PrivateConfig includes settings for private instance.
Attributes
Name
Description
is_private
bool
Required. Immutable. Indicate if it's private
instance.
ca_pool
str
Optional. Immutable. CA pool resource, resource must in the
format of
projects/{project}/locations/{location}/caPools/{ca_pool}.
http_service_attachment
str
Output only. Service Attachment for HTTP, resource is in the
format of
projects/{project}/regions/{region}/serviceAttachments/{service_attachment}.
ssh_service_attachment
str
Output only. Service Attachment for SSH, resource is in the
format of
projects/{project}/regions/{region}/serviceAttachments/{service_attachment}.
psc_allowed_projects
MutableSequence[str]
Optional. Additional allowed projects for
setting up PSC connections. Instance host
project is automatically allowed and does not
need to be included in this list.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class PrivateConfig (0.1.17)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.17 (latest)](/python/docs/reference/securesourcemanager/latest/google.cloud.securesourcemanager_v1.types.Instance.PrivateConfig)\n- [0.1.16](/python/docs/reference/securesourcemanager/0.1.16/google.cloud.securesourcemanager_v1.types.Instance.PrivateConfig) \n\n PrivateConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nPrivateConfig includes settings for private instance."]]