Interface protos.google.container.v1.INetworkConfig (2.3.2)

Properties of a NetworkConfig.

Package

@google-cloud/container!

Properties

defaultSnatStatus

defaultSnatStatus?: (google.container.v1.IDefaultSnatStatus|null);

NetworkConfig defaultSnatStatus

Property Value
TypeDescription
(google.container.v1.IDefaultSnatStatus|null)

enableIntraNodeVisibility

enableIntraNodeVisibility?: (boolean|null);

NetworkConfig enableIntraNodeVisibility

Property Value
TypeDescription
(boolean|null)

network

network?: (string|null);

NetworkConfig network

Property Value
TypeDescription
(string|null)

subnetwork

subnetwork?: (string|null);

NetworkConfig subnetwork

Property Value
TypeDescription
(string|null)