Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::StandardManagementConfig.
Configuration of the standard (GKE) cluster management.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster_cidr_block
def cluster_cidr_block() -> ::String
Returns
- (::String) — Optional. The IP address range for the cluster pod IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
#cluster_cidr_block=
def cluster_cidr_block=(value) -> ::String
Parameter
- value (::String) — Optional. The IP address range for the cluster pod IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
Returns
- (::String) — Optional. The IP address range for the cluster pod IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
#cluster_named_range
def cluster_named_range() -> ::String
Returns
- (::String) — Optional. The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_cidr_block can be used to automatically create a GKE-managed one.
#cluster_named_range=
def cluster_named_range=(value) -> ::String
Parameter
- value (::String) — Optional. The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_cidr_block can be used to automatically create a GKE-managed one.
Returns
- (::String) — Optional. The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_cidr_block can be used to automatically create a GKE-managed one.
#master_authorized_networks_config
def master_authorized_networks_config() -> ::Google::Cloud::TelcoAutomation::V1::MasterAuthorizedNetworksConfig
Returns
- (::Google::Cloud::TelcoAutomation::V1::MasterAuthorizedNetworksConfig) — Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
#master_authorized_networks_config=
def master_authorized_networks_config=(value) -> ::Google::Cloud::TelcoAutomation::V1::MasterAuthorizedNetworksConfig
Parameter
- value (::Google::Cloud::TelcoAutomation::V1::MasterAuthorizedNetworksConfig) — Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
Returns
- (::Google::Cloud::TelcoAutomation::V1::MasterAuthorizedNetworksConfig) — Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
#master_ipv4_cidr_block
def master_ipv4_cidr_block() -> ::String
Returns
- (::String) — Optional. The /28 network that the masters will use. It should be free within the network.
#master_ipv4_cidr_block=
def master_ipv4_cidr_block=(value) -> ::String
Parameter
- value (::String) — Optional. The /28 network that the masters will use. It should be free within the network.
Returns
- (::String) — Optional. The /28 network that the masters will use. It should be free within the network.
#network
def network() -> ::String
Returns
- (::String) — Optional. Name of the VPC Network to put the GKE cluster and nodes in. The VPC will be created if it doesn't exist.
#network=
def network=(value) -> ::String
Parameter
- value (::String) — Optional. Name of the VPC Network to put the GKE cluster and nodes in. The VPC will be created if it doesn't exist.
Returns
- (::String) — Optional. Name of the VPC Network to put the GKE cluster and nodes in. The VPC will be created if it doesn't exist.
#services_cidr_block
def services_cidr_block() -> ::String
Returns
- (::String) — Optional. The IP address range for the cluster service IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
#services_cidr_block=
def services_cidr_block=(value) -> ::String
Parameter
- value (::String) — Optional. The IP address range for the cluster service IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
Returns
- (::String) — Optional. The IP address range for the cluster service IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
#services_named_range
def services_named_range() -> ::String
Returns
- (::String) — Optional. The name of the existing secondary range in the cluster's subnetwork to use for service ClusterIPs. Alternatively, services_cidr_block can be used to automatically create a GKE-managed one.
#services_named_range=
def services_named_range=(value) -> ::String
Parameter
- value (::String) — Optional. The name of the existing secondary range in the cluster's subnetwork to use for service ClusterIPs. Alternatively, services_cidr_block can be used to automatically create a GKE-managed one.
Returns
- (::String) — Optional. The name of the existing secondary range in the cluster's subnetwork to use for service ClusterIPs. Alternatively, services_cidr_block can be used to automatically create a GKE-managed one.
#subnet
def subnet() -> ::String
Returns
- (::String) — Optional. Specifies the subnet that the interface will be part of. Network key must be specified and the subnet must be a subnetwork of the specified network.
#subnet=
def subnet=(value) -> ::String
Parameter
- value (::String) — Optional. Specifies the subnet that the interface will be part of. Network key must be specified and the subnet must be a subnetwork of the specified network.
Returns
- (::String) — Optional. Specifies the subnet that the interface will be part of. Network key must be specified and the subnet must be a subnetwork of the specified network.