Class CloudSubnet
java.lang.Object
com.cloudera.cdp.environments.model.CloudSubnet
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class CloudSubnet
extends Object
Information about a cloud provider subnet.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for availabilityZone.getCidr()Getter for cidr.Getter for subnetId.Getter for subnetName.inthashCode()voidsetAvailabilityZone(String availabilityZone) Setter for availabilityZone.voidSetter for cidr.voidsetSubnetId(String subnetId) Setter for subnetId.voidsetSubnetName(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
-