Class CloudSubnet
- java.lang.Object
-
- com.cloudera.cdp.environments.model.CloudSubnet
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class CloudSubnet extends Object
Information about a cloud provider subnet.
-
-
Constructor Summary
Constructors Constructor Description CloudSubnet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAvailabilityZone()
Getter for availabilityZone.String
getCidr()
Getter for cidr.String
getSubnetId()
Getter for subnetId.String
getSubnetName()
Getter for subnetName.int
hashCode()
void
setAvailabilityZone(String availabilityZone)
Setter for availabilityZone.void
setCidr(String cidr)
Setter for cidr.void
setSubnetId(String subnetId)
Setter for subnetId.void
setSubnetName(String subnetName)
Setter for subnetName.String
toString()
-
-
-
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.
-
-