public final class NetworkConfig extends GeneratedMessageV3 implements NetworkConfigOrBuilder
Network configuration for the instance.
Protobuf type google.cloud.filestore.v1beta1.NetworkConfig
Static Fields
IP_ADDRESSES_FIELD_NUMBER
public static final int IP_ADDRESSES_FIELD_NUMBER
Field Value
MODES_FIELD_NUMBER
public static final int MODES_FIELD_NUMBER
Field Value
NETWORK_FIELD_NUMBER
public static final int NETWORK_FIELD_NUMBER
Field Value
RESERVED_IP_RANGE_FIELD_NUMBER
public static final int RESERVED_IP_RANGE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static NetworkConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static NetworkConfig.Builder newBuilder()
Returns
newBuilder(NetworkConfig prototype)
public static NetworkConfig.Builder newBuilder(NetworkConfig prototype)
Parameter
Returns
public static NetworkConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static NetworkConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static NetworkConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NetworkConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static NetworkConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NetworkConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NetworkConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static NetworkConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static NetworkConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static NetworkConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static NetworkConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NetworkConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<NetworkConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public NetworkConfig getDefaultInstanceForType()
Returns
getIpAddresses(int index)
public String getIpAddresses(int index)
Output only. IPv4 addresses in the format
{octet1}.{octet2}.{octet3}.{octet4}
or IPv6 addresses in the format
{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}
.
repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
Type | Description |
String | The ipAddresses at the given index.
|
getIpAddressesBytes(int index)
public ByteString getIpAddressesBytes(int index)
Output only. IPv4 addresses in the format
{octet1}.{octet2}.{octet3}.{octet4}
or IPv6 addresses in the format
{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}
.
repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
ByteString | The bytes of the ipAddresses at the given index.
|
getIpAddressesCount()
public int getIpAddressesCount()
Output only. IPv4 addresses in the format
{octet1}.{octet2}.{octet3}.{octet4}
or IPv6 addresses in the format
{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}
.
repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
int | The count of ipAddresses.
|
getIpAddressesList()
public ProtocolStringList getIpAddressesList()
Output only. IPv4 addresses in the format
{octet1}.{octet2}.{octet3}.{octet4}
or IPv6 addresses in the format
{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}
.
repeated string ip_addresses = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getModes(int index)
public NetworkConfig.AddressMode getModes(int index)
Internet protocol versions for which the instance has IP addresses
assigned. For this version, only MODE_IPV4 is supported.
repeated .google.cloud.filestore.v1beta1.NetworkConfig.AddressMode modes = 3;
Parameter
Name | Description |
index | int
The index of the element to return.
|
Returns
getModesCount()
public int getModesCount()
Internet protocol versions for which the instance has IP addresses
assigned. For this version, only MODE_IPV4 is supported.
repeated .google.cloud.filestore.v1beta1.NetworkConfig.AddressMode modes = 3;
Returns
Type | Description |
int | The count of modes.
|
getModesList()
public List<NetworkConfig.AddressMode> getModesList()
Internet protocol versions for which the instance has IP addresses
assigned. For this version, only MODE_IPV4 is supported.
repeated .google.cloud.filestore.v1beta1.NetworkConfig.AddressMode modes = 3;
Returns
getModesValue(int index)
public int getModesValue(int index)
Internet protocol versions for which the instance has IP addresses
assigned. For this version, only MODE_IPV4 is supported.
repeated .google.cloud.filestore.v1beta1.NetworkConfig.AddressMode modes = 3;
Parameter
Name | Description |
index | int
The index of the value to return.
|
Returns
Type | Description |
int | The enum numeric value on the wire of modes at the given index.
|
getModesValueList()
public List<Integer> getModesValueList()
Internet protocol versions for which the instance has IP addresses
assigned. For this version, only MODE_IPV4 is supported.
repeated .google.cloud.filestore.v1beta1.NetworkConfig.AddressMode modes = 3;
Returns
Type | Description |
List<Integer> | A list containing the enum numeric values on the wire for modes.
|
getNetwork()
public String getNetwork()
The name of the Google Compute Engine
VPC network to which the
instance is connected.
string network = 1;
Returns
Type | Description |
String | The network.
|
getNetworkBytes()
public ByteString getNetworkBytes()
The name of the Google Compute Engine
VPC network to which the
instance is connected.
string network = 1;
Returns
getParserForType()
public Parser<NetworkConfig> getParserForType()
Returns
Overrides
getReservedIpRange()
public String getReservedIpRange()
A /29 CIDR block for Basic or a /23 CIDR block for High Scale 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/23. 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.
string reserved_ip_range = 4;
Returns
Type | Description |
String | The reservedIpRange.
|
getReservedIpRangeBytes()
public ByteString getReservedIpRangeBytes()
A /29 CIDR block for Basic or a /23 CIDR block for High Scale 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/23. 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.
string reserved_ip_range = 4;
Returns
Type | Description |
ByteString | The bytes for reservedIpRange.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public NetworkConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NetworkConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public NetworkConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions