Interface NetworkProfileProfileTypeOrBuilder (1.85.0)

public interface NetworkProfileProfileTypeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNetworkType()

public abstract String getNetworkType()

Check the NetworkType enum for the list of possible values.

optional string network_type = 517413547;

Returns
Type Description
String

The networkType.

getNetworkTypeBytes()

public abstract ByteString getNetworkTypeBytes()

Check the NetworkType enum for the list of possible values.

optional string network_type = 517413547;

Returns
Type Description
ByteString

The bytes for networkType.

getRdmaSubtype()

public abstract String getRdmaSubtype()

Check the RdmaSubtype enum for the list of possible values.

optional string rdma_subtype = 82019713;

Returns
Type Description
String

The rdmaSubtype.

getRdmaSubtypeBytes()

public abstract ByteString getRdmaSubtypeBytes()

Check the RdmaSubtype enum for the list of possible values.

optional string rdma_subtype = 82019713;

Returns
Type Description
ByteString

The bytes for rdmaSubtype.

getUllSubtype()

public abstract String getUllSubtype()

Check the UllSubtype enum for the list of possible values.

optional string ull_subtype = 94311408;

Returns
Type Description
String

The ullSubtype.

getUllSubtypeBytes()

public abstract ByteString getUllSubtypeBytes()

Check the UllSubtype enum for the list of possible values.

optional string ull_subtype = 94311408;

Returns
Type Description
ByteString

The bytes for ullSubtype.

getVpcSubtype()

public abstract String getVpcSubtype()

Check the VpcSubtype enum for the list of possible values.

optional string vpc_subtype = 356623396;

Returns
Type Description
String

The vpcSubtype.

getVpcSubtypeBytes()

public abstract ByteString getVpcSubtypeBytes()

Check the VpcSubtype enum for the list of possible values.

optional string vpc_subtype = 356623396;

Returns
Type Description
ByteString

The bytes for vpcSubtype.

hasNetworkType()

public abstract boolean hasNetworkType()

Check the NetworkType enum for the list of possible values.

optional string network_type = 517413547;

Returns
Type Description
boolean

Whether the networkType field is set.

hasRdmaSubtype()

public abstract boolean hasRdmaSubtype()

Check the RdmaSubtype enum for the list of possible values.

optional string rdma_subtype = 82019713;

Returns
Type Description
boolean

Whether the rdmaSubtype field is set.

hasUllSubtype()

public abstract boolean hasUllSubtype()

Check the UllSubtype enum for the list of possible values.

optional string ull_subtype = 94311408;

Returns
Type Description
boolean

Whether the ullSubtype field is set.

hasVpcSubtype()

public abstract boolean hasVpcSubtype()

Check the VpcSubtype enum for the list of possible values.

optional string vpc_subtype = 356623396;

Returns
Type Description
boolean

Whether the vpcSubtype field is set.