Class NetworkGcpParams


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class NetworkGcpParams
    extends Object
    GCP network parameters.
    • Constructor Detail

      • NetworkGcpParams

        public NetworkGcpParams()
    • 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.
      • getUsePublicIp

        public Boolean getUsePublicIp()
        Getter for usePublicIp. Whether to associate public ip's to the resources within the network.
      • setUsePublicIp

        public void setUsePublicIp​(Boolean usePublicIp)
        Setter for usePublicIp. Whether to associate public ip's to the resources within the network.
      • 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