Reference documentation and code samples for the Cloud Composer V1 API class Google::Cloud::Orchestration::Airflow::Service::V1::MasterAuthorizedNetworksConfig.
Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cidr_blocks
def cidr_blocks() -> ::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::MasterAuthorizedNetworksConfig::CidrBlock>
- (::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::MasterAuthorizedNetworksConfig::CidrBlock>) — Up to 50 external networks that could access Kubernetes master through HTTPS.
#cidr_blocks=
def cidr_blocks=(value) -> ::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::MasterAuthorizedNetworksConfig::CidrBlock>
- value (::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::MasterAuthorizedNetworksConfig::CidrBlock>) — Up to 50 external networks that could access Kubernetes master through HTTPS.
- (::Array<::Google::Cloud::Orchestration::Airflow::Service::V1::MasterAuthorizedNetworksConfig::CidrBlock>) — Up to 50 external networks that could access Kubernetes master through HTTPS.
#enabled
def enabled() -> ::Boolean
- (::Boolean) — Whether or not master authorized networks feature is enabled.
#enabled=
def enabled=(value) -> ::Boolean
- value (::Boolean) — Whether or not master authorized networks feature is enabled.
- (::Boolean) — Whether or not master authorized networks feature is enabled.