GoogleApi.Container.V1.Model.NetworkConfig (google_api_container v0.24.0) View Source
NetworkConfig reports the relative names of network & subnetwork.
Attributes
-
defaultSnatStatus
(type:GoogleApi.Container.V1.Model.DefaultSnatStatus.t
, default:nil
) - Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic. -
enableIntraNodeVisibility
(type:boolean()
, default:nil
) - Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network. -
network
(type:String.t
, default:nil
) - Output only. The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network -
privateIpv6GoogleAccess
(type:String.t
, default:nil
) - The desired state of IPv6 connectivity to Google Services. By default, no private IPv6 access to or from Google Services (all access will be via IPv4) -
subnetwork
(type:String.t
, default:nil
) - Output only. The relative name of the Google Compute Engine subnetwork to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Container.V1.Model.NetworkConfig{ defaultSnatStatus: GoogleApi.Container.V1.Model.DefaultSnatStatus.t(), enableIntraNodeVisibility: boolean(), network: String.t(), privateIpv6GoogleAccess: String.t(), subnetwork: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.