GoogleApi.ServiceNetworking.V1.Model.ConsumerConfig (google_api_service_networking v0.16.0) 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(String.t), default:nil) - Output only. The name of the allocated IP address ranges for this private service access connection.
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(),
consumerExportSubnetRoutesWithPublicIp: boolean(),
consumerImportCustomRoutes: boolean(),
consumerImportSubnetRoutesWithPublicIp: boolean(),
producerExportCustomRoutes: boolean(),
producerExportSubnetRoutesWithPublicIp: boolean(),
producerImportCustomRoutes: boolean(),
producerImportSubnetRoutesWithPublicIp: boolean(),
producerNetwork: String.t(),
reservedRanges: [String.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.