com.google.cloud.baremetalsolution.v2.NetworkConfigOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-bare-metal-solution-v2 Show documentation
Show all versions of proto-google-cloud-bare-metal-solution-v2 Show documentation
Proto library for google-cloud-bare-metal-solution
/*
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/baremetalsolution/v2/provisioning.proto
package com.google.cloud.baremetalsolution.v2;
public interface NetworkConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.baremetalsolution.v2.NetworkConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Output only. The name of the network config.
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Output only. The name of the network config.
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* A transient unique identifier to identify a volume within an
* ProvisioningConfig request.
*
*
* string id = 2;
*
* @return The id.
*/
java.lang.String getId();
/**
*
*
*
* A transient unique identifier to identify a volume within an
* ProvisioningConfig request.
*
*
* string id = 2;
*
* @return The bytes for id.
*/
com.google.protobuf.ByteString getIdBytes();
/**
*
*
*
* The type of this network, either Client or Private.
*
*
* .google.cloud.baremetalsolution.v2.NetworkConfig.Type type = 3;
*
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
*
*
* The type of this network, either Client or Private.
*
*
* .google.cloud.baremetalsolution.v2.NetworkConfig.Type type = 3;
*
* @return The type.
*/
com.google.cloud.baremetalsolution.v2.NetworkConfig.Type getType();
/**
*
*
*
* Interconnect bandwidth. Set only when type is CLIENT.
*
*
* .google.cloud.baremetalsolution.v2.NetworkConfig.Bandwidth bandwidth = 4;
*
* @return The enum numeric value on the wire for bandwidth.
*/
int getBandwidthValue();
/**
*
*
*
* Interconnect bandwidth. Set only when type is CLIENT.
*
*
* .google.cloud.baremetalsolution.v2.NetworkConfig.Bandwidth bandwidth = 4;
*
* @return The bandwidth.
*/
com.google.cloud.baremetalsolution.v2.NetworkConfig.Bandwidth getBandwidth();
/**
*
*
*
* List of VLAN attachments. As of now there are always 2 attachments, but it
* is going to change in the future (multi vlan).
*
*
*
* repeated .google.cloud.baremetalsolution.v2.NetworkConfig.IntakeVlanAttachment vlan_attachments = 5;
*
*/
java.util.List
getVlanAttachmentsList();
/**
*
*
*
* List of VLAN attachments. As of now there are always 2 attachments, but it
* is going to change in the future (multi vlan).
*
*
*
* repeated .google.cloud.baremetalsolution.v2.NetworkConfig.IntakeVlanAttachment vlan_attachments = 5;
*
*/
com.google.cloud.baremetalsolution.v2.NetworkConfig.IntakeVlanAttachment getVlanAttachments(
int index);
/**
*
*
*
* List of VLAN attachments. As of now there are always 2 attachments, but it
* is going to change in the future (multi vlan).
*
*
*
* repeated .google.cloud.baremetalsolution.v2.NetworkConfig.IntakeVlanAttachment vlan_attachments = 5;
*
*/
int getVlanAttachmentsCount();
/**
*
*
*
* List of VLAN attachments. As of now there are always 2 attachments, but it
* is going to change in the future (multi vlan).
*
*
*
* repeated .google.cloud.baremetalsolution.v2.NetworkConfig.IntakeVlanAttachment vlan_attachments = 5;
*
*/
java.util.List<
? extends
com.google.cloud.baremetalsolution.v2.NetworkConfig.IntakeVlanAttachmentOrBuilder>
getVlanAttachmentsOrBuilderList();
/**
*
*
*
* List of VLAN attachments. As of now there are always 2 attachments, but it
* is going to change in the future (multi vlan).
*
*
*
* repeated .google.cloud.baremetalsolution.v2.NetworkConfig.IntakeVlanAttachment vlan_attachments = 5;
*
*/
com.google.cloud.baremetalsolution.v2.NetworkConfig.IntakeVlanAttachmentOrBuilder
getVlanAttachmentsOrBuilder(int index);
/**
*
*
*
* CIDR range of the network.
*
*
* string cidr = 6;
*
* @return The cidr.
*/
java.lang.String getCidr();
/**
*
*
*
* CIDR range of the network.
*
*
* string cidr = 6;
*
* @return The bytes for cidr.
*/
com.google.protobuf.ByteString getCidrBytes();
/**
*
*
*
* Service CIDR, if any.
*
*
* .google.cloud.baremetalsolution.v2.NetworkConfig.ServiceCidr service_cidr = 7;
*
* @return The enum numeric value on the wire for serviceCidr.
*/
int getServiceCidrValue();
/**
*
*
*
* Service CIDR, if any.
*
*
* .google.cloud.baremetalsolution.v2.NetworkConfig.ServiceCidr service_cidr = 7;
*
* @return The serviceCidr.
*/
com.google.cloud.baremetalsolution.v2.NetworkConfig.ServiceCidr getServiceCidr();
/**
*
*
*
* User note field, it can be used by customers to add additional information
* for the BMS Ops team .
*
*
* string user_note = 8;
*
* @return The userNote.
*/
java.lang.String getUserNote();
/**
*
*
*
* User note field, it can be used by customers to add additional information
* for the BMS Ops team .
*
*
* string user_note = 8;
*
* @return The bytes for userNote.
*/
com.google.protobuf.ByteString getUserNoteBytes();
/**
*
*
*
* The GCP service of the network. Available gcp_service are in
* https://cloud.google.com/bare-metal/docs/bms-planning.
*
*
* string gcp_service = 9;
*
* @return The gcpService.
*/
java.lang.String getGcpService();
/**
*
*
*
* The GCP service of the network. Available gcp_service are in
* https://cloud.google.com/bare-metal/docs/bms-planning.
*
*
* string gcp_service = 9;
*
* @return The bytes for gcpService.
*/
com.google.protobuf.ByteString getGcpServiceBytes();
/**
*
*
*
* Whether the VLAN attachment pair is located in the same project.
*
*
* bool vlan_same_project = 10;
*
* @return The vlanSameProject.
*/
boolean getVlanSameProject();
/**
*
*
*
* The JumboFramesEnabled option for customer to set.
*
*
* bool jumbo_frames_enabled = 11;
*
* @return The jumboFramesEnabled.
*/
boolean getJumboFramesEnabled();
}