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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for availabilityZone.getCidr()
Getter for cidr.Getter for subnetId.Getter for subnetName.int
hashCode()
void
setAvailabilityZone
(String availabilityZone) Setter for availabilityZone.void
Setter for cidr.void
setSubnetId
(String subnetId) Setter for subnetId.void
setSubnetName
(String subnetName) Setter for subnetName.toString()
-
Constructor Details
-
CloudSubnet
public CloudSubnet()
-
-
Method Details
-
getSubnetId
Getter for subnetId. The id of the subnet. -
setSubnetId
Setter for subnetId. The id of the subnet. -
getSubnetName
Getter for subnetName. The name of the subnet. -
setSubnetName
Setter for subnetName. The name of the subnet. -
getAvailabilityZone
Getter for availabilityZone. The availability zone of the subnet. -
setAvailabilityZone
Setter for availabilityZone. The availability zone of the subnet. -
getCidr
Getter for cidr. The CIDR IP range of the subnet. -
setCidr
Setter for cidr. The CIDR IP range of the subnet. -
equals
-
hashCode
public int hashCode() -
toString
-