Uses of Class
com.google.cloud.baremetalsolution.v2.VRF.VlanAttachment
-
Packages that use VRF.VlanAttachment Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of VRF.VlanAttachment in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return VRF.VlanAttachment Modifier and Type Method Description VRF.VlanAttachment
VRF.VlanAttachment.Builder. build()
VRF.VlanAttachment
VRF.VlanAttachment.Builder. buildPartial()
static VRF.VlanAttachment
VRF.VlanAttachment. getDefaultInstance()
VRF.VlanAttachment
VRF.VlanAttachment.Builder. getDefaultInstanceForType()
VRF.VlanAttachment
VRF.VlanAttachment. getDefaultInstanceForType()
VRF.VlanAttachment
VRF.Builder. getVlanAttachments(int index)
The list of VLAN attachments for the VRF.VRF.VlanAttachment
VRF. getVlanAttachments(int index)
The list of VLAN attachments for the VRF.VRF.VlanAttachment
VRFOrBuilder. getVlanAttachments(int index)
The list of VLAN attachments for the VRF.static VRF.VlanAttachment
VRF.VlanAttachment. parseDelimitedFrom(InputStream input)
static VRF.VlanAttachment
VRF.VlanAttachment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VRF.VlanAttachment
VRF.VlanAttachment. parseFrom(byte[] data)
static VRF.VlanAttachment
VRF.VlanAttachment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VRF.VlanAttachment
VRF.VlanAttachment. parseFrom(com.google.protobuf.ByteString data)
static VRF.VlanAttachment
VRF.VlanAttachment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VRF.VlanAttachment
VRF.VlanAttachment. parseFrom(com.google.protobuf.CodedInputStream input)
static VRF.VlanAttachment
VRF.VlanAttachment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VRF.VlanAttachment
VRF.VlanAttachment. parseFrom(InputStream input)
static VRF.VlanAttachment
VRF.VlanAttachment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VRF.VlanAttachment
VRF.VlanAttachment. parseFrom(ByteBuffer data)
static VRF.VlanAttachment
VRF.VlanAttachment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type VRF.VlanAttachment Modifier and Type Method Description com.google.protobuf.Parser<VRF.VlanAttachment>
VRF.VlanAttachment. getParserForType()
List<VRF.VlanAttachment>
VRF.Builder. getVlanAttachmentsList()
The list of VLAN attachments for the VRF.List<VRF.VlanAttachment>
VRF. getVlanAttachmentsList()
The list of VLAN attachments for the VRF.List<VRF.VlanAttachment>
VRFOrBuilder. getVlanAttachmentsList()
The list of VLAN attachments for the VRF.static com.google.protobuf.Parser<VRF.VlanAttachment>
VRF.VlanAttachment. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type VRF.VlanAttachment Modifier and Type Method Description VRF.Builder
VRF.Builder. addVlanAttachments(int index, VRF.VlanAttachment value)
The list of VLAN attachments for the VRF.VRF.Builder
VRF.Builder. addVlanAttachments(VRF.VlanAttachment value)
The list of VLAN attachments for the VRF.VRF.VlanAttachment.Builder
VRF.VlanAttachment.Builder. mergeFrom(VRF.VlanAttachment other)
static VRF.VlanAttachment.Builder
VRF.VlanAttachment. newBuilder(VRF.VlanAttachment prototype)
VRF.Builder
VRF.Builder. setVlanAttachments(int index, VRF.VlanAttachment value)
The list of VLAN attachments for the VRF.Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type VRF.VlanAttachment Modifier and Type Method Description VRF.Builder
VRF.Builder. addAllVlanAttachments(Iterable<? extends VRF.VlanAttachment> values)
The list of VLAN attachments for the VRF.
-