Reference documentation and code samples for the Filestore V1 API class Google::Cloud::Filestore::V1::NetworkConfig.
Network configuration for the instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ip_addresses
def ip_addresses() -> ::Array<::String>
Returns
-
(::Array<::String>) — Output only. IPv4 addresses in the format
IPv4 addresses in the format
{octet1}.{octet2}.{octet3}.{octet4}
or IPv6 addresses in the format{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}
.
#modes
def modes() -> ::Array<::Google::Cloud::Filestore::V1::NetworkConfig::AddressMode>
Returns
- (::Array<::Google::Cloud::Filestore::V1::NetworkConfig::AddressMode>) — Internet protocol versions for which the instance has IP addresses assigned. For this version, only MODE_IPV4 is supported.
#modes=
def modes=(value) -> ::Array<::Google::Cloud::Filestore::V1::NetworkConfig::AddressMode>
Parameter
- value (::Array<::Google::Cloud::Filestore::V1::NetworkConfig::AddressMode>) — Internet protocol versions for which the instance has IP addresses assigned. For this version, only MODE_IPV4 is supported.
Returns
- (::Array<::Google::Cloud::Filestore::V1::NetworkConfig::AddressMode>) — Internet protocol versions for which the instance has IP addresses assigned. For this version, only MODE_IPV4 is supported.
#network
def network() -> ::String
Returns
- (::String) — The name of the Google Compute Engine VPC network to which the instance is connected.
#network=
def network=(value) -> ::String
Parameter
- value (::String) — The name of the Google Compute Engine VPC network to which the instance is connected.
Returns
- (::String) — The name of the Google Compute Engine VPC network to which the instance is connected.
#reserved_ip_range
def reserved_ip_range() -> ::String
Returns
- (::String) — A /29 CIDR block in one of the internal IP address ranges that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap with either existing subnets or assigned IP address ranges for other Cloud Filestore instances in the selected VPC network.
#reserved_ip_range=
def reserved_ip_range=(value) -> ::String
Parameter
- value (::String) — A /29 CIDR block in one of the internal IP address ranges that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap with either existing subnets or assigned IP address ranges for other Cloud Filestore instances in the selected VPC network.
Returns
- (::String) — A /29 CIDR block in one of the internal IP address ranges that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can't overlap with either existing subnets or assigned IP address ranges for other Cloud Filestore instances in the selected VPC network.