Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.compute/beta.ServiceAttachment
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a ServiceAttachment in the specified project in the given scope using the parameters that are included in the request.
Create ServiceAttachment Resource
new ServiceAttachment(name: string, args: ServiceAttachmentArgs, opts?: CustomResourceOptions);
@overload
def ServiceAttachment(resource_name: str,
opts: Optional[ResourceOptions] = None,
connection_preference: Optional[ServiceAttachmentConnectionPreference] = None,
consumer_accept_lists: Optional[Sequence[ServiceAttachmentConsumerProjectLimitArgs]] = None,
consumer_reject_lists: Optional[Sequence[str]] = None,
description: Optional[str] = None,
domain_names: Optional[Sequence[str]] = None,
enable_proxy_protocol: Optional[bool] = None,
name: Optional[str] = None,
nat_subnets: Optional[Sequence[str]] = None,
producer_forwarding_rule: Optional[str] = None,
project: Optional[str] = None,
reconcile_connections: Optional[bool] = None,
region: Optional[str] = None,
request_id: Optional[str] = None,
target_service: Optional[str] = None)
@overload
def ServiceAttachment(resource_name: str,
args: ServiceAttachmentArgs,
opts: Optional[ResourceOptions] = None)
func NewServiceAttachment(ctx *Context, name string, args ServiceAttachmentArgs, opts ...ResourceOption) (*ServiceAttachment, error)
public ServiceAttachment(string name, ServiceAttachmentArgs args, CustomResourceOptions? opts = null)
public ServiceAttachment(String name, ServiceAttachmentArgs args)
public ServiceAttachment(String name, ServiceAttachmentArgs args, CustomResourceOptions options)
type: google-native:compute/beta:ServiceAttachment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceAttachmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ServiceAttachmentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ServiceAttachmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceAttachmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServiceAttachmentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ServiceAttachment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ServiceAttachment resource accepts the following input properties:
- Region string
- Connection
Preference Pulumi.Google Native. Compute. Beta. Service Attachment Connection Preference The connection preference of service attachment. The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules.
- Consumer
Accept List<Pulumi.Lists Google Native. Compute. Beta. Inputs. Service Attachment Consumer Project Limit> Projects that are allowed to connect to this service attachment.
- Consumer
Reject List<string>Lists Projects that are not allowed to connect to this service attachment. The project can be specified using its id or number.
- Description string
An optional description of this resource. Provide this property when you create the resource.
- Domain
Names List<string> If specified, the domain name will be used during the integration between the PSC connected endpoints and the Cloud DNS. For example, this is a valid domain name: "p.mycompany.com.". Current max number of domain names supported is 1.
- Enable
Proxy boolProtocol If true, enable the proxy protocol which is for supplying client TCP/IP address data in TCP connections that traverse proxies on their way to destination servers.
- Name string
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.- Nat
Subnets List<string> An array of URLs where each entry is the URL of a subnet provided by the service producer to use for NAT in this service attachment.
- Producer
Forwarding stringRule The URL of a forwarding rule with loadBalancingScheme INTERNAL* that is serving the endpoint identified by this service attachment.
- Project string
- Reconcile
Connections bool This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints. - If false, connection policy update will only affect existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection policy is modified . - If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list. For newly created service attachment, this boolean defaults to true.
- Request
Id string An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- Target
Service string The URL of a service serving the endpoint identified by this service attachment.
- Region string
- Connection
Preference ServiceAttachment Connection Preference The connection preference of service attachment. The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules.
- Consumer
Accept []ServiceLists Attachment Consumer Project Limit Args Projects that are allowed to connect to this service attachment.
- Consumer
Reject []stringLists Projects that are not allowed to connect to this service attachment. The project can be specified using its id or number.
- Description string
An optional description of this resource. Provide this property when you create the resource.
- Domain
Names []string If specified, the domain name will be used during the integration between the PSC connected endpoints and the Cloud DNS. For example, this is a valid domain name: "p.mycompany.com.". Current max number of domain names supported is 1.
- Enable
Proxy boolProtocol If true, enable the proxy protocol which is for supplying client TCP/IP address data in TCP connections that traverse proxies on their way to destination servers.
- Name string
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.- Nat
Subnets []string An array of URLs where each entry is the URL of a subnet provided by the service producer to use for NAT in this service attachment.
- Producer
Forwarding stringRule The URL of a forwarding rule with loadBalancingScheme INTERNAL* that is serving the endpoint identified by this service attachment.
- Project string
- Reconcile
Connections bool This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints. - If false, connection policy update will only affect existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection policy is modified . - If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list. For newly created service attachment, this boolean defaults to true.
- Request
Id string An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- Target
Service string The URL of a service serving the endpoint identified by this service attachment.
- region String
- connection
Preference ServiceAttachment Connection Preference The connection preference of service attachment. The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules.
- consumer
Accept List<ServiceLists Attachment Consumer Project Limit> Projects that are allowed to connect to this service attachment.
- consumer
Reject List<String>Lists Projects that are not allowed to connect to this service attachment. The project can be specified using its id or number.
- description String
An optional description of this resource. Provide this property when you create the resource.
- domain
Names List<String> If specified, the domain name will be used during the integration between the PSC connected endpoints and the Cloud DNS. For example, this is a valid domain name: "p.mycompany.com.". Current max number of domain names supported is 1.
- enable
Proxy BooleanProtocol If true, enable the proxy protocol which is for supplying client TCP/IP address data in TCP connections that traverse proxies on their way to destination servers.
- name String
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.- nat
Subnets List<String> An array of URLs where each entry is the URL of a subnet provided by the service producer to use for NAT in this service attachment.
- producer
Forwarding StringRule The URL of a forwarding rule with loadBalancingScheme INTERNAL* that is serving the endpoint identified by this service attachment.
- project String
- reconcile
Connections Boolean This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints. - If false, connection policy update will only affect existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection policy is modified . - If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list. For newly created service attachment, this boolean defaults to true.
- request
Id String An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- target
Service String The URL of a service serving the endpoint identified by this service attachment.
- region string
- connection
Preference ServiceAttachment Connection Preference The connection preference of service attachment. The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules.
- consumer
Accept ServiceLists Attachment Consumer Project Limit[] Projects that are allowed to connect to this service attachment.
- consumer
Reject string[]Lists Projects that are not allowed to connect to this service attachment. The project can be specified using its id or number.
- description string
An optional description of this resource. Provide this property when you create the resource.
- domain
Names string[] If specified, the domain name will be used during the integration between the PSC connected endpoints and the Cloud DNS. For example, this is a valid domain name: "p.mycompany.com.". Current max number of domain names supported is 1.
- enable
Proxy booleanProtocol If true, enable the proxy protocol which is for supplying client TCP/IP address data in TCP connections that traverse proxies on their way to destination servers.
- name string
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.- nat
Subnets string[] An array of URLs where each entry is the URL of a subnet provided by the service producer to use for NAT in this service attachment.
- producer
Forwarding stringRule The URL of a forwarding rule with loadBalancingScheme INTERNAL* that is serving the endpoint identified by this service attachment.
- project string
- reconcile
Connections boolean This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints. - If false, connection policy update will only affect existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection policy is modified . - If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list. For newly created service attachment, this boolean defaults to true.
- request
Id string An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- target
Service string The URL of a service serving the endpoint identified by this service attachment.
- region str
- connection_
preference ServiceAttachment Connection Preference The connection preference of service attachment. The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules.
- consumer_
accept_ Sequence[Servicelists Attachment Consumer Project Limit Args] Projects that are allowed to connect to this service attachment.
- consumer_
reject_ Sequence[str]lists Projects that are not allowed to connect to this service attachment. The project can be specified using its id or number.
- description str
An optional description of this resource. Provide this property when you create the resource.
- domain_
names Sequence[str] If specified, the domain name will be used during the integration between the PSC connected endpoints and the Cloud DNS. For example, this is a valid domain name: "p.mycompany.com.". Current max number of domain names supported is 1.
- enable_
proxy_ boolprotocol If true, enable the proxy protocol which is for supplying client TCP/IP address data in TCP connections that traverse proxies on their way to destination servers.
- name str
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.- nat_
subnets Sequence[str] An array of URLs where each entry is the URL of a subnet provided by the service producer to use for NAT in this service attachment.
- producer_
forwarding_ strrule The URL of a forwarding rule with loadBalancingScheme INTERNAL* that is serving the endpoint identified by this service attachment.
- project str
- reconcile_
connections bool This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints. - If false, connection policy update will only affect existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection policy is modified . - If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list. For newly created service attachment, this boolean defaults to true.
- request_
id str An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- target_
service str The URL of a service serving the endpoint identified by this service attachment.
- region String
- connection
Preference "ACCEPT_AUTOMATIC" | "ACCEPT_MANUAL" | "CONNECTION_PREFERENCE_UNSPECIFIED" The connection preference of service attachment. The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules.
- consumer
Accept List<Property Map>Lists Projects that are allowed to connect to this service attachment.
- consumer
Reject List<String>Lists Projects that are not allowed to connect to this service attachment. The project can be specified using its id or number.
- description String
An optional description of this resource. Provide this property when you create the resource.
- domain
Names List<String> If specified, the domain name will be used during the integration between the PSC connected endpoints and the Cloud DNS. For example, this is a valid domain name: "p.mycompany.com.". Current max number of domain names supported is 1.
- enable
Proxy BooleanProtocol If true, enable the proxy protocol which is for supplying client TCP/IP address data in TCP connections that traverse proxies on their way to destination servers.
- name String
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression
[a-z]([-a-z0-9]*[a-z0-9])?
which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.- nat
Subnets List<String> An array of URLs where each entry is the URL of a subnet provided by the service producer to use for NAT in this service attachment.
- producer
Forwarding StringRule The URL of a forwarding rule with loadBalancingScheme INTERNAL* that is serving the endpoint identified by this service attachment.
- project String
- reconcile
Connections Boolean This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints. - If false, connection policy update will only affect existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection policy is modified . - If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list. For newly created service attachment, this boolean defaults to true.
- request
Id String An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
- target
Service String The URL of a service serving the endpoint identified by this service attachment.
Outputs
All input properties are implicitly available as output properties. Additionally, the ServiceAttachment resource produces the following output properties:
- Connected
Endpoints List<Pulumi.Google Native. Compute. Beta. Outputs. Service Attachment Connected Endpoint Response> An array of connections for all the consumers connected to this service attachment.
- Creation
Timestamp string Creation timestamp in RFC3339 text format.
- Fingerprint string
Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a ServiceAttachment. An up-to-date fingerprint must be provided in order to patch/update the ServiceAttachment; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the ServiceAttachment.
- Id string
The provider-assigned unique ID for this managed resource.
- Kind string
Type of the resource. Always compute#serviceAttachment for service attachments.
- Psc
Service Pulumi.Attachment Id Google Native. Compute. Beta. Outputs. Uint128Response An 128-bit global unique ID of the PSC service attachment.
- Self
Link string Server-defined URL for the resource.
- Connected
Endpoints []ServiceAttachment Connected Endpoint Response An array of connections for all the consumers connected to this service attachment.
- Creation
Timestamp string Creation timestamp in RFC3339 text format.
- Fingerprint string
Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a ServiceAttachment. An up-to-date fingerprint must be provided in order to patch/update the ServiceAttachment; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the ServiceAttachment.
- Id string
The provider-assigned unique ID for this managed resource.
- Kind string
Type of the resource. Always compute#serviceAttachment for service attachments.
- Psc
Service Uint128ResponseAttachment Id An 128-bit global unique ID of the PSC service attachment.
- Self
Link string Server-defined URL for the resource.
- connected
Endpoints List<ServiceAttachment Connected Endpoint Response> An array of connections for all the consumers connected to this service attachment.
- creation
Timestamp String Creation timestamp in RFC3339 text format.
- fingerprint String
Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a ServiceAttachment. An up-to-date fingerprint must be provided in order to patch/update the ServiceAttachment; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the ServiceAttachment.
- id String
The provider-assigned unique ID for this managed resource.
- kind String
Type of the resource. Always compute#serviceAttachment for service attachments.
- psc
Service Uint128ResponseAttachment Id An 128-bit global unique ID of the PSC service attachment.
- self
Link String Server-defined URL for the resource.
- connected
Endpoints ServiceAttachment Connected Endpoint Response[] An array of connections for all the consumers connected to this service attachment.
- creation
Timestamp string Creation timestamp in RFC3339 text format.
- fingerprint string
Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a ServiceAttachment. An up-to-date fingerprint must be provided in order to patch/update the ServiceAttachment; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the ServiceAttachment.
- id string
The provider-assigned unique ID for this managed resource.
- kind string
Type of the resource. Always compute#serviceAttachment for service attachments.
- psc
Service Uint128ResponseAttachment Id An 128-bit global unique ID of the PSC service attachment.
- self
Link string Server-defined URL for the resource.
- connected_
endpoints Sequence[ServiceAttachment Connected Endpoint Response] An array of connections for all the consumers connected to this service attachment.
- creation_
timestamp str Creation timestamp in RFC3339 text format.
- fingerprint str
Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a ServiceAttachment. An up-to-date fingerprint must be provided in order to patch/update the ServiceAttachment; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the ServiceAttachment.
- id str
The provider-assigned unique ID for this managed resource.
- kind str
Type of the resource. Always compute#serviceAttachment for service attachments.
- psc_
service_ Uint128Responseattachment_ id An 128-bit global unique ID of the PSC service attachment.
- self_
link str Server-defined URL for the resource.
- connected
Endpoints List<Property Map> An array of connections for all the consumers connected to this service attachment.
- creation
Timestamp String Creation timestamp in RFC3339 text format.
- fingerprint String
Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a ServiceAttachment. An up-to-date fingerprint must be provided in order to patch/update the ServiceAttachment; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the ServiceAttachment.
- id String
The provider-assigned unique ID for this managed resource.
- kind String
Type of the resource. Always compute#serviceAttachment for service attachments.
- psc
Service Property MapAttachment Id An 128-bit global unique ID of the PSC service attachment.
- self
Link String Server-defined URL for the resource.
Supporting Types
ServiceAttachmentConnectedEndpointResponse, ServiceAttachmentConnectedEndpointResponseArgs
- Endpoint string
The url of a connected endpoint.
- Psc
Connection stringId The PSC connection id of the connected endpoint.
- Status string
The status of a connected endpoint to this service attachment.
- Endpoint string
The url of a connected endpoint.
- Psc
Connection stringId The PSC connection id of the connected endpoint.
- Status string
The status of a connected endpoint to this service attachment.
- endpoint String
The url of a connected endpoint.
- psc
Connection StringId The PSC connection id of the connected endpoint.
- status String
The status of a connected endpoint to this service attachment.
- endpoint string
The url of a connected endpoint.
- psc
Connection stringId The PSC connection id of the connected endpoint.
- status string
The status of a connected endpoint to this service attachment.
- endpoint str
The url of a connected endpoint.
- psc_
connection_ strid The PSC connection id of the connected endpoint.
- status str
The status of a connected endpoint to this service attachment.
- endpoint String
The url of a connected endpoint.
- psc
Connection StringId The PSC connection id of the connected endpoint.
- status String
The status of a connected endpoint to this service attachment.
ServiceAttachmentConnectionPreference, ServiceAttachmentConnectionPreferenceArgs
- Accept
Automatic - ACCEPT_AUTOMATIC
- Accept
Manual - ACCEPT_MANUAL
- Connection
Preference Unspecified - CONNECTION_PREFERENCE_UNSPECIFIED
- Service
Attachment Connection Preference Accept Automatic - ACCEPT_AUTOMATIC
- Service
Attachment Connection Preference Accept Manual - ACCEPT_MANUAL
- Service
Attachment Connection Preference Connection Preference Unspecified - CONNECTION_PREFERENCE_UNSPECIFIED
- Accept
Automatic - ACCEPT_AUTOMATIC
- Accept
Manual - ACCEPT_MANUAL
- Connection
Preference Unspecified - CONNECTION_PREFERENCE_UNSPECIFIED
- Accept
Automatic - ACCEPT_AUTOMATIC
- Accept
Manual - ACCEPT_MANUAL
- Connection
Preference Unspecified - CONNECTION_PREFERENCE_UNSPECIFIED
- ACCEPT_AUTOMATIC
- ACCEPT_AUTOMATIC
- ACCEPT_MANUAL
- ACCEPT_MANUAL
- CONNECTION_PREFERENCE_UNSPECIFIED
- CONNECTION_PREFERENCE_UNSPECIFIED
- "ACCEPT_AUTOMATIC"
- ACCEPT_AUTOMATIC
- "ACCEPT_MANUAL"
- ACCEPT_MANUAL
- "CONNECTION_PREFERENCE_UNSPECIFIED"
- CONNECTION_PREFERENCE_UNSPECIFIED
ServiceAttachmentConsumerProjectLimit, ServiceAttachmentConsumerProjectLimitArgs
- Connection
Limit int The value of the limit to set.
- Network
Url string The network URL for the network to set the limit for.
- Project
Id stringOr Num The project id or number for the project to set the limit for.
- Connection
Limit int The value of the limit to set.
- Network
Url string The network URL for the network to set the limit for.
- Project
Id stringOr Num The project id or number for the project to set the limit for.
- connection
Limit Integer The value of the limit to set.
- network
Url String The network URL for the network to set the limit for.
- project
Id StringOr Num The project id or number for the project to set the limit for.
- connection
Limit number The value of the limit to set.
- network
Url string The network URL for the network to set the limit for.
- project
Id stringOr Num The project id or number for the project to set the limit for.
- connection_
limit int The value of the limit to set.
- network_
url str The network URL for the network to set the limit for.
- project_
id_ stror_ num The project id or number for the project to set the limit for.
- connection
Limit Number The value of the limit to set.
- network
Url String The network URL for the network to set the limit for.
- project
Id StringOr Num The project id or number for the project to set the limit for.
ServiceAttachmentConsumerProjectLimitResponse, ServiceAttachmentConsumerProjectLimitResponseArgs
- Connection
Limit int The value of the limit to set.
- Network
Url string The network URL for the network to set the limit for.
- Project
Id stringOr Num The project id or number for the project to set the limit for.
- Connection
Limit int The value of the limit to set.
- Network
Url string The network URL for the network to set the limit for.
- Project
Id stringOr Num The project id or number for the project to set the limit for.
- connection
Limit Integer The value of the limit to set.
- network
Url String The network URL for the network to set the limit for.
- project
Id StringOr Num The project id or number for the project to set the limit for.
- connection
Limit number The value of the limit to set.
- network
Url string The network URL for the network to set the limit for.
- project
Id stringOr Num The project id or number for the project to set the limit for.
- connection_
limit int The value of the limit to set.
- network_
url str The network URL for the network to set the limit for.
- project_
id_ stror_ num The project id or number for the project to set the limit for.
- connection
Limit Number The value of the limit to set.
- network
Url String The network URL for the network to set the limit for.
- project
Id StringOr Num The project id or number for the project to set the limit for.
Uint128Response, Uint128ResponseArgs
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.