Interface PrivateCloudOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PrivateCloud, PrivateCloud.Builder

    public interface PrivateCloudOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        String getName()
         Output only. The resource name of this private cloud.
         Resource names are schemeless URIs that follow the conventions in
         https://cloud.google.com/apis/design/resource_names.
         For example:
         `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Output only. The resource name of this private cloud.
         Resource names are schemeless URIs that follow the conventions in
         https://cloud.google.com/apis/design/resource_names.
         For example:
         `projects/my-project/locations/us-central1-a/privateClouds/my-cloud`
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for name.
      • hasCreateTime

        boolean hasCreateTime()
         Output only. Creation time of this resource.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        com.google.protobuf.Timestamp getCreateTime()
         Output only. Creation time of this resource.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. Creation time of this resource.
         
        .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasUpdateTime

        boolean hasUpdateTime()
         Output only. Last update time of this resource.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        com.google.protobuf.Timestamp getUpdateTime()
         Output only. Last update time of this resource.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. Last update time of this resource.
         
        .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasDeleteTime

        boolean hasDeleteTime()
         Output only. Time when the resource was scheduled for deletion.
         
        .google.protobuf.Timestamp delete_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the deleteTime field is set.
      • getDeleteTime

        com.google.protobuf.Timestamp getDeleteTime()
         Output only. Time when the resource was scheduled for deletion.
         
        .google.protobuf.Timestamp delete_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The deleteTime.
      • getDeleteTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder()
         Output only. Time when the resource was scheduled for deletion.
         
        .google.protobuf.Timestamp delete_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasExpireTime

        boolean hasExpireTime()
         Output only. Time when the resource will be irreversibly deleted.
         
        .google.protobuf.Timestamp expire_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the expireTime field is set.
      • getExpireTime

        com.google.protobuf.Timestamp getExpireTime()
         Output only. Time when the resource will be irreversibly deleted.
         
        .google.protobuf.Timestamp expire_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The expireTime.
      • getExpireTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
         Output only. Time when the resource will be irreversibly deleted.
         
        .google.protobuf.Timestamp expire_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getStateValue

        int getStateValue()
         Output only. State of the resource. New values may be added to this enum
         when appropriate.
         
        .google.cloud.vmwareengine.v1.PrivateCloud.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for state.
      • getState

        PrivateCloud.State getState()
         Output only. State of the resource. New values may be added to this enum
         when appropriate.
         
        .google.cloud.vmwareengine.v1.PrivateCloud.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The state.
      • hasNetworkConfig

        boolean hasNetworkConfig()
         Required. Network configuration of the private cloud.
         
        .google.cloud.vmwareengine.v1.NetworkConfig network_config = 9 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the networkConfig field is set.
      • getNetworkConfig

        NetworkConfig getNetworkConfig()
         Required. Network configuration of the private cloud.
         
        .google.cloud.vmwareengine.v1.NetworkConfig network_config = 9 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The networkConfig.
      • getNetworkConfigOrBuilder

        NetworkConfigOrBuilder getNetworkConfigOrBuilder()
         Required. Network configuration of the private cloud.
         
        .google.cloud.vmwareengine.v1.NetworkConfig network_config = 9 [(.google.api.field_behavior) = REQUIRED];
      • hasManagementCluster

        boolean hasManagementCluster()
         Required. Input only. The management cluster for this private cloud.
         This field is required during creation of the private cloud to provide
         details for the default cluster.
        
         The following fields can't be changed after private cloud creation:
         `ManagementCluster.clusterId`, `ManagementCluster.nodeTypeId`.
         
        .google.cloud.vmwareengine.v1.PrivateCloud.ManagementCluster management_cluster = 10 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the managementCluster field is set.
      • getManagementCluster

        PrivateCloud.ManagementCluster getManagementCluster()
         Required. Input only. The management cluster for this private cloud.
         This field is required during creation of the private cloud to provide
         details for the default cluster.
        
         The following fields can't be changed after private cloud creation:
         `ManagementCluster.clusterId`, `ManagementCluster.nodeTypeId`.
         
        .google.cloud.vmwareengine.v1.PrivateCloud.ManagementCluster management_cluster = 10 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
        Returns:
        The managementCluster.
      • getManagementClusterOrBuilder

        PrivateCloud.ManagementClusterOrBuilder getManagementClusterOrBuilder()
         Required. Input only. The management cluster for this private cloud.
         This field is required during creation of the private cloud to provide
         details for the default cluster.
        
         The following fields can't be changed after private cloud creation:
         `ManagementCluster.clusterId`, `ManagementCluster.nodeTypeId`.
         
        .google.cloud.vmwareengine.v1.PrivateCloud.ManagementCluster management_cluster = 10 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = REQUIRED];
      • getDescription

        String getDescription()
         User-provided description for this private cloud.
         
        string description = 11;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         User-provided description for this private cloud.
         
        string description = 11;
        Returns:
        The bytes for description.
      • hasHcx

        boolean hasHcx()
         Output only. HCX appliance.
         
        .google.cloud.vmwareengine.v1.Hcx hcx = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the hcx field is set.
      • getHcx

        Hcx getHcx()
         Output only. HCX appliance.
         
        .google.cloud.vmwareengine.v1.Hcx hcx = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The hcx.
      • getHcxOrBuilder

        HcxOrBuilder getHcxOrBuilder()
         Output only. HCX appliance.
         
        .google.cloud.vmwareengine.v1.Hcx hcx = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasNsx

        boolean hasNsx()
         Output only. NSX appliance.
         
        .google.cloud.vmwareengine.v1.Nsx nsx = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the nsx field is set.
      • getNsx

        Nsx getNsx()
         Output only. NSX appliance.
         
        .google.cloud.vmwareengine.v1.Nsx nsx = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The nsx.
      • getNsxOrBuilder

        NsxOrBuilder getNsxOrBuilder()
         Output only. NSX appliance.
         
        .google.cloud.vmwareengine.v1.Nsx nsx = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasVcenter

        boolean hasVcenter()
         Output only. Vcenter appliance.
         
        .google.cloud.vmwareengine.v1.Vcenter vcenter = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the vcenter field is set.
      • getVcenter

        Vcenter getVcenter()
         Output only. Vcenter appliance.
         
        .google.cloud.vmwareengine.v1.Vcenter vcenter = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The vcenter.
      • getVcenterOrBuilder

        VcenterOrBuilder getVcenterOrBuilder()
         Output only. Vcenter appliance.
         
        .google.cloud.vmwareengine.v1.Vcenter vcenter = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUid

        String getUid()
         Output only. System-generated unique identifier for the resource.
         
        string uid = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The uid.
      • getUidBytes

        com.google.protobuf.ByteString getUidBytes()
         Output only. System-generated unique identifier for the resource.
         
        string uid = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for uid.
      • getTypeValue

        int getTypeValue()
         Optional. Type of the private cloud. Defaults to STANDARD.
         
        .google.cloud.vmwareengine.v1.PrivateCloud.Type type = 22 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enum numeric value on the wire for type.
      • getType

        PrivateCloud.Type getType()
         Optional. Type of the private cloud. Defaults to STANDARD.
         
        .google.cloud.vmwareengine.v1.PrivateCloud.Type type = 22 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The type.