com.google.cloud.backupdr.v1.AccessConfigOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-backupdr-v1 Show documentation
Show all versions of proto-google-cloud-backupdr-v1 Show documentation
Proto library for google-cloud-backupdr
/*
* Copyright 2024 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/backupdr/v1/backupvault_gce.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.backupdr.v1;
public interface AccessConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.backupdr.v1.AccessConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Optional. In accessConfigs (IPv4), the
* default and only option is ONE_TO_ONE_NAT. In
* ipv6AccessConfigs, the default and only option is
* DIRECT_IPV6.
*
*
*
* optional .google.cloud.backupdr.v1.AccessConfig.AccessType type = 1 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return Whether the type field is set.
*/
boolean hasType();
/**
*
*
*
* Optional. In accessConfigs (IPv4), the
* default and only option is ONE_TO_ONE_NAT. In
* ipv6AccessConfigs, the default and only option is
* DIRECT_IPV6.
*
*
*
* optional .google.cloud.backupdr.v1.AccessConfig.AccessType type = 1 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
*
*
* Optional. In accessConfigs (IPv4), the
* default and only option is ONE_TO_ONE_NAT. In
* ipv6AccessConfigs, the default and only option is
* DIRECT_IPV6.
*
*
*
* optional .google.cloud.backupdr.v1.AccessConfig.AccessType type = 1 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The type.
*/
com.google.cloud.backupdr.v1.AccessConfig.AccessType getType();
/**
*
*
*
* Optional. The name of this access configuration.
*
*
* optional string name = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return Whether the name field is set.
*/
boolean hasName();
/**
*
*
*
* Optional. The name of this access configuration.
*
*
* optional string name = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Optional. The name of this access configuration.
*
*
* optional string name = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Optional. The external IP address of this access configuration.
*
*
* optional string external_ip = 3 [(.google.api.field_behavior) = OPTIONAL];
*
* @return Whether the externalIp field is set.
*/
boolean hasExternalIp();
/**
*
*
*
* Optional. The external IP address of this access configuration.
*
*
* optional string external_ip = 3 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The externalIp.
*/
java.lang.String getExternalIp();
/**
*
*
*
* Optional. The external IP address of this access configuration.
*
*
* optional string external_ip = 3 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for externalIp.
*/
com.google.protobuf.ByteString getExternalIpBytes();
/**
*
*
*
* Optional. The external IPv6 address of this access configuration.
*
*
* optional string external_ipv6 = 4 [(.google.api.field_behavior) = OPTIONAL];
*
* @return Whether the externalIpv6 field is set.
*/
boolean hasExternalIpv6();
/**
*
*
*
* Optional. The external IPv6 address of this access configuration.
*
*
* optional string external_ipv6 = 4 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The externalIpv6.
*/
java.lang.String getExternalIpv6();
/**
*
*
*
* Optional. The external IPv6 address of this access configuration.
*
*
* optional string external_ipv6 = 4 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for externalIpv6.
*/
com.google.protobuf.ByteString getExternalIpv6Bytes();
/**
*
*
*
* Optional. The prefix length of the external IPv6 range.
*
*
* optional int32 external_ipv6_prefix_length = 5 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return Whether the externalIpv6PrefixLength field is set.
*/
boolean hasExternalIpv6PrefixLength();
/**
*
*
*
* Optional. The prefix length of the external IPv6 range.
*
*
* optional int32 external_ipv6_prefix_length = 5 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The externalIpv6PrefixLength.
*/
int getExternalIpv6PrefixLength();
/**
*
*
*
* Optional. Specifies whether a public DNS 'PTR' record should be created to
* map the external IP address of the instance to a DNS domain name.
*
*
* optional bool set_public_ptr = 6 [(.google.api.field_behavior) = OPTIONAL];
*
* @return Whether the setPublicPtr field is set.
*/
boolean hasSetPublicPtr();
/**
*
*
*
* Optional. Specifies whether a public DNS 'PTR' record should be created to
* map the external IP address of the instance to a DNS domain name.
*
*
* optional bool set_public_ptr = 6 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The setPublicPtr.
*/
boolean getSetPublicPtr();
/**
*
*
*
* Optional. The DNS domain name for the public PTR record.
*
*
* optional string public_ptr_domain_name = 7 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return Whether the publicPtrDomainName field is set.
*/
boolean hasPublicPtrDomainName();
/**
*
*
*
* Optional. The DNS domain name for the public PTR record.
*
*
* optional string public_ptr_domain_name = 7 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The publicPtrDomainName.
*/
java.lang.String getPublicPtrDomainName();
/**
*
*
*
* Optional. The DNS domain name for the public PTR record.
*
*
* optional string public_ptr_domain_name = 7 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The bytes for publicPtrDomainName.
*/
com.google.protobuf.ByteString getPublicPtrDomainNameBytes();
/**
*
*
*
* Optional. This signifies the networking tier used for configuring this
* access
*
*
*
* optional .google.cloud.backupdr.v1.AccessConfig.NetworkTier network_tier = 8 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return Whether the networkTier field is set.
*/
boolean hasNetworkTier();
/**
*
*
*
* Optional. This signifies the networking tier used for configuring this
* access
*
*
*
* optional .google.cloud.backupdr.v1.AccessConfig.NetworkTier network_tier = 8 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The enum numeric value on the wire for networkTier.
*/
int getNetworkTierValue();
/**
*
*
*
* Optional. This signifies the networking tier used for configuring this
* access
*
*
*
* optional .google.cloud.backupdr.v1.AccessConfig.NetworkTier network_tier = 8 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The networkTier.
*/
com.google.cloud.backupdr.v1.AccessConfig.NetworkTier getNetworkTier();
}