Class NetworkGcpParams

java.lang.Object
com.cloudera.cdp.environments.model.NetworkGcpParams

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class NetworkGcpParams extends Object
GCP network parameters.
  • Constructor Details

    • NetworkGcpParams

      public NetworkGcpParams()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object