GoogleApi.ServiceNetworking.V1.Model.ConsumerConfig (google_api_service_networking v0.28.2) View Source
Configuration information for a private service access connection.
Attributes
-
consumerExportCustomRoutes(type:boolean(), default:nil) - Export custom routes flag value for peering from consumer to producer. -
consumerExportSubnetRoutesWithPublicIp(type:boolean(), default:nil) - Export subnet routes with public ip flag value for peering from consumer to producer. -
consumerImportCustomRoutes(type:boolean(), default:nil) - Import custom routes flag value for peering from consumer to producer. -
consumerImportSubnetRoutesWithPublicIp(type:boolean(), default:nil) - Import subnet routes with public ip flag value for peering from consumer to producer. -
producerExportCustomRoutes(type:boolean(), default:nil) - Export custom routes flag value for peering from producer to consumer. -
producerExportSubnetRoutesWithPublicIp(type:boolean(), default:nil) - Export subnet routes with public ip flag value for peering from producer to consumer. -
producerImportCustomRoutes(type:boolean(), default:nil) - Import custom routes flag value for peering from producer to consumer. -
producerImportSubnetRoutesWithPublicIp(type:boolean(), default:nil) - Import subnet routes with public ip flag value for peering from producer to consumer. -
producerNetwork(type:String.t, default:nil) - Output only. The VPC host network that is used to host managed service instances. In the format, projects/{project}/global/networks/{network} where {project} is the project number e.g. '12345' and {network} is the network name. -
reservedRanges(type:list(GoogleApi.ServiceNetworking.V1.Model.GoogleCloudServicenetworkingV1ConsumerConfigReservedRange.t), default:nil) - Output only. The reserved ranges associated with this private service access connection. -
vpcScReferenceArchitectureEnabled(type:boolean(), default:nil) - Output only. Indicates whether the VPC Service Controls reference architecture is configured for the producer VPC host network.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ServiceNetworking.V1.Model.ConsumerConfig{
consumerExportCustomRoutes: boolean() | nil,
consumerExportSubnetRoutesWithPublicIp: boolean() | nil,
consumerImportCustomRoutes: boolean() | nil,
consumerImportSubnetRoutesWithPublicIp: boolean() | nil,
producerExportCustomRoutes: boolean() | nil,
producerExportSubnetRoutesWithPublicIp: boolean() | nil,
producerImportCustomRoutes: boolean() | nil,
producerImportSubnetRoutesWithPublicIp: boolean() | nil,
producerNetwork: String.t() | nil,
reservedRanges:
[
GoogleApi.ServiceNetworking.V1.Model.GoogleCloudServicenetworkingV1ConsumerConfigReservedRange.t()
]
| nil,
vpcScReferenceArchitectureEnabled: boolean() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.