Class ExistingGCPNetworkRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class ExistingGCPNetworkRequest
    extends Object
    Request object for creating an GCP environment using existing VPC and subnets.
    • Constructor Detail

      • ExistingGCPNetworkRequest

        public ExistingGCPNetworkRequest()
    • Method Detail

      • getNetworkName

        public String getNetworkName()
        Getter for networkName. The name of the GCP VPC.
      • setNetworkName

        public void setNetworkName​(String networkName)
        Setter for networkName. The name of the GCP VPC.
      • getSubnetNames

        public List<String> getSubnetNames()
        Getter for subnetNames. One or more subnet names within the VPC. Google VPC's are global, please give subnets from single geographic region only to reduce latency.
      • setSubnetNames

        public void setSubnetNames​(List<String> subnetNames)
        Setter for subnetNames. One or more subnet names within the VPC. Google VPC's are global, please give subnets from single geographic region only to reduce latency.
      • getSharedProjectId

        public String getSharedProjectId()
        Getter for sharedProjectId. The ID of the Google project associated with the VPC.
      • setSharedProjectId

        public void setSharedProjectId​(String sharedProjectId)
        Setter for sharedProjectId. The ID of the Google project associated with the VPC.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object