Class CloudSubnet

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class CloudSubnet extends Object
Information about a cloud provider subnet.
  • Constructor Details

    • CloudSubnet

      public CloudSubnet()
  • Method Details

    • getSubnetId

      public String getSubnetId()
      Getter for subnetId. The id of the subnet.
    • setSubnetId

      public void setSubnetId(String subnetId)
      Setter for subnetId. The id of the subnet.
    • getSubnetName

      public String getSubnetName()
      Getter for subnetName. The name of the subnet.
    • setSubnetName

      public void setSubnetName(String subnetName)
      Setter for subnetName. The name of the subnet.
    • getAvailabilityZone

      public String getAvailabilityZone()
      Getter for availabilityZone. The availability zone of the subnet.
    • setAvailabilityZone

      public void setAvailabilityZone(String availabilityZone)
      Setter for availabilityZone. The availability zone of the subnet.
    • getCidr

      public String getCidr()
      Getter for cidr. The CIDR IP range of the subnet.
    • setCidr

      public void setCidr(String cidr)
      Setter for cidr. The CIDR IP range of the subnet.
    • 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