- 0.51.0 (latest)
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.8
- 0.2.1
- 0.1.1
public final class Network extends GeneratedMessageV3 implements NetworkOrBuilder
A Network.
Protobuf type google.cloud.baremetalsolution.v2.Network
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > NetworkImplements
NetworkOrBuilderStatic Fields
CIDR_FIELD_NUMBER
public static final int CIDR_FIELD_NUMBER
Type | Description |
int |
IP_ADDRESS_FIELD_NUMBER
public static final int IP_ADDRESS_FIELD_NUMBER
Type | Description |
int |
MAC_ADDRESS_FIELD_NUMBER
public static final int MAC_ADDRESS_FIELD_NUMBER
Type | Description |
int |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Type | Description |
int |
NETWORK_FIELD_NUMBER
public static final int NETWORK_FIELD_NUMBER
Type | Description |
int |
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Type | Description |
int |
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Type | Description |
int |
VLAN_ID_FIELD_NUMBER
public static final int VLAN_ID_FIELD_NUMBER
Type | Description |
int |
VRF_FIELD_NUMBER
public static final int VRF_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Network getDefaultInstance()
Type | Description |
Network |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Network.Builder newBuilder()
Type | Description |
Network.Builder |
newBuilder(Network prototype)
public static Network.Builder newBuilder(Network prototype)
Name | Description |
prototype | Network |
Type | Description |
Network.Builder |
parseDelimitedFrom(InputStream input)
public static Network parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Network |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Network parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Network |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Network parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Network |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Network parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Network |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Network parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Network |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Network parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Network |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Network parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
Network |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Network parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Network |
Type | Description |
IOException |
parseFrom(InputStream input)
public static Network parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Network |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Network parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Network |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Network parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
Network |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Network parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Network |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Network> parser()
Type | Description |
Parser<Network> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCidr()
public String getCidr()
The cidr of the Network.
string cidr = 8;
Type | Description |
String | The cidr. |
getCidrBytes()
public ByteString getCidrBytes()
The cidr of the Network.
string cidr = 8;
Type | Description |
ByteString | The bytes for cidr. |
getDefaultInstanceForType()
public Network getDefaultInstanceForType()
Type | Description |
Network |
getIpAddress()
public String getIpAddress()
IP address configured.
string ip_address = 3;
Type | Description |
String | The ipAddress. |
getIpAddressBytes()
public ByteString getIpAddressBytes()
IP address configured.
string ip_address = 3;
Type | Description |
ByteString | The bytes for ipAddress. |
getMacAddress(int index)
public String getMacAddress(int index)
List of physical interfaces.
repeated string mac_address = 4;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The macAddress at the given index. |
getMacAddressBytes(int index)
public ByteString getMacAddressBytes(int index)
List of physical interfaces.
repeated string mac_address = 4;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the macAddress at the given index. |
getMacAddressCount()
public int getMacAddressCount()
List of physical interfaces.
repeated string mac_address = 4;
Type | Description |
int | The count of macAddress. |
getMacAddressList()
public ProtocolStringList getMacAddressList()
List of physical interfaces.
repeated string mac_address = 4;
Type | Description |
ProtocolStringList | A list containing the macAddress. |
getName()
public String getName()
Output only. The resource name of this Network
.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
Format:
projects/{project}/locations/{location}/networks/{network}
This field will contain the same value as field "network", which will soon
be deprecated. Please use this field to reference the name of the network
resource.
string name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Output only. The resource name of this Network
.
Resource names are schemeless URIs that follow the conventions in
https://cloud.google.com/apis/design/resource_names.
Format:
projects/{project}/locations/{location}/networks/{network}
This field will contain the same value as field "network", which will soon
be deprecated. Please use this field to reference the name of the network
resource.
string name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for name. |
getNetwork()
public String getNetwork()
Name of the network.
string network = 1;
Type | Description |
String | The network. |
getNetworkBytes()
public ByteString getNetworkBytes()
Name of the network.
string network = 1;
Type | Description |
ByteString | The bytes for network. |
getParserForType()
public Parser<Network> getParserForType()
Type | Description |
Parser<Network> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getState()
public Network.State getState()
The Network state.
.google.cloud.baremetalsolution.v2.Network.State state = 6;
Type | Description |
Network.State | The state. |
getStateValue()
public int getStateValue()
The Network state.
.google.cloud.baremetalsolution.v2.Network.State state = 6;
Type | Description |
int | The enum numeric value on the wire for state. |
getType()
public Network.Type getType()
The type of this network.
.google.cloud.baremetalsolution.v2.Network.Type type = 2;
Type | Description |
Network.Type | The type. |
getTypeValue()
public int getTypeValue()
The type of this network.
.google.cloud.baremetalsolution.v2.Network.Type type = 2;
Type | Description |
int | The enum numeric value on the wire for type. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getVlanId()
public String getVlanId()
The vlan id of the Network.
string vlan_id = 7;
Type | Description |
String | The vlanId. |
getVlanIdBytes()
public ByteString getVlanIdBytes()
The vlan id of the Network.
string vlan_id = 7;
Type | Description |
ByteString | The bytes for vlanId. |
getVrf()
public VRF getVrf()
The vrf for the Network.
.google.cloud.baremetalsolution.v2.VRF vrf = 9;
Type | Description |
VRF | The vrf. |
getVrfOrBuilder()
public VRFOrBuilder getVrfOrBuilder()
The vrf for the Network.
.google.cloud.baremetalsolution.v2.VRF vrf = 9;
Type | Description |
VRFOrBuilder |
hasVrf()
public boolean hasVrf()
The vrf for the Network.
.google.cloud.baremetalsolution.v2.VRF vrf = 9;
Type | Description |
boolean | Whether the vrf field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public Network.Builder newBuilderForType()
Type | Description |
Network.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Network.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
Network.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public Network.Builder toBuilder()
Type | Description |
Network.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |