Class ServerNetworkTemplate.LogicalInterface.Builder (0.83.0)

public static final class ServerNetworkTemplate.LogicalInterface.Builder extends GeneratedMessage.Builder<ServerNetworkTemplate.LogicalInterface.Builder> implements ServerNetworkTemplate.LogicalInterfaceOrBuilder

Logical interface.

Protobuf type google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ServerNetworkTemplate.LogicalInterface build()
Returns
Type Description
ServerNetworkTemplate.LogicalInterface

buildPartial()

public ServerNetworkTemplate.LogicalInterface buildPartial()
Returns
Type Description
ServerNetworkTemplate.LogicalInterface

clear()

public ServerNetworkTemplate.LogicalInterface.Builder clear()
Returns
Type Description
ServerNetworkTemplate.LogicalInterface.Builder
Overrides

clearName()

public ServerNetworkTemplate.LogicalInterface.Builder clearName()

Interface name. This is not a globally unique identifier. Name is unique only inside the ServerNetworkTemplate. This is of syntax <bond><interface_type_index><bond_mode> or <nic><interface_type_index> and forms part of the network template name.

string name = 1;

Returns
Type Description
ServerNetworkTemplate.LogicalInterface.Builder

This builder for chaining.

clearRequired()

public ServerNetworkTemplate.LogicalInterface.Builder clearRequired()

If true, interface must have network connected.

bool required = 3;

Returns
Type Description
ServerNetworkTemplate.LogicalInterface.Builder

This builder for chaining.

clearType()

public ServerNetworkTemplate.LogicalInterface.Builder clearType()

Interface type.

.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;

Returns
Type Description
ServerNetworkTemplate.LogicalInterface.Builder

This builder for chaining.

getDefaultInstanceForType()

public ServerNetworkTemplate.LogicalInterface getDefaultInstanceForType()
Returns
Type Description
ServerNetworkTemplate.LogicalInterface

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Interface name. This is not a globally unique identifier. Name is unique only inside the ServerNetworkTemplate. This is of syntax <bond><interface_type_index><bond_mode> or <nic><interface_type_index> and forms part of the network template name.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Interface name. This is not a globally unique identifier. Name is unique only inside the ServerNetworkTemplate. This is of syntax <bond><interface_type_index><bond_mode> or <nic><interface_type_index> and forms part of the network template name.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getRequired()

public boolean getRequired()

If true, interface must have network connected.

bool required = 3;

Returns
Type Description
boolean

The required.

getType()

public ServerNetworkTemplate.LogicalInterface.InterfaceType getType()

Interface type.

.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;

Returns
Type Description
ServerNetworkTemplate.LogicalInterface.InterfaceType

The type.

getTypeValue()

public int getTypeValue()

Interface type.

.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;

Returns
Type Description
int

The enum numeric value on the wire for type.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ServerNetworkTemplate.LogicalInterface other)

public ServerNetworkTemplate.LogicalInterface.Builder mergeFrom(ServerNetworkTemplate.LogicalInterface other)
Parameter
Name Description
other ServerNetworkTemplate.LogicalInterface
Returns
Type Description
ServerNetworkTemplate.LogicalInterface.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ServerNetworkTemplate.LogicalInterface.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServerNetworkTemplate.LogicalInterface.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ServerNetworkTemplate.LogicalInterface.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ServerNetworkTemplate.LogicalInterface.Builder
Overrides

setName(String value)

public ServerNetworkTemplate.LogicalInterface.Builder setName(String value)

Interface name. This is not a globally unique identifier. Name is unique only inside the ServerNetworkTemplate. This is of syntax <bond><interface_type_index><bond_mode> or <nic><interface_type_index> and forms part of the network template name.

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
ServerNetworkTemplate.LogicalInterface.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ServerNetworkTemplate.LogicalInterface.Builder setNameBytes(ByteString value)

Interface name. This is not a globally unique identifier. Name is unique only inside the ServerNetworkTemplate. This is of syntax <bond><interface_type_index><bond_mode> or <nic><interface_type_index> and forms part of the network template name.

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
ServerNetworkTemplate.LogicalInterface.Builder

This builder for chaining.

setRequired(boolean value)

public ServerNetworkTemplate.LogicalInterface.Builder setRequired(boolean value)

If true, interface must have network connected.

bool required = 3;

Parameter
Name Description
value boolean

The required to set.

Returns
Type Description
ServerNetworkTemplate.LogicalInterface.Builder

This builder for chaining.

setType(ServerNetworkTemplate.LogicalInterface.InterfaceType value)

public ServerNetworkTemplate.LogicalInterface.Builder setType(ServerNetworkTemplate.LogicalInterface.InterfaceType value)

Interface type.

.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;

Parameter
Name Description
value ServerNetworkTemplate.LogicalInterface.InterfaceType

The type to set.

Returns
Type Description
ServerNetworkTemplate.LogicalInterface.Builder

This builder for chaining.

setTypeValue(int value)

public ServerNetworkTemplate.LogicalInterface.Builder setTypeValue(int value)

Interface type.

.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;

Parameter
Name Description
value int

The enum numeric value on the wire for type to set.

Returns
Type Description
ServerNetworkTemplate.LogicalInterface.Builder

This builder for chaining.