Class CloudSubnet


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class CloudSubnet
    extends Object
    Information about a cloud provider subnet.
    • Constructor Detail

      • CloudSubnet

        public CloudSubnet()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object