Class UpdateExternalNetworkIPRangeSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.UpdateExternalNetworkIPRangeSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class UpdateExternalNetworkIPRangeSpecification extends Object
Specification for updating an ExternalNetworkIPRange
-
Constructor Summary
Constructors Constructor Description UpdateExternalNetworkIPRangeSpecification() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)UpdateExternalNetworkIPRangeSpecificationfabricNetworkId(String fabricNetworkId)StringgetFabricNetworkId()The id of the fabric network that this IP range should be associated with.Use \"\" as value of this field in order to disassociate the IP range from this network.inthashCode()voidsetFabricNetworkId(String fabricNetworkId)StringtoString()
-
Constructor Details
-
UpdateExternalNetworkIPRangeSpecification
public UpdateExternalNetworkIPRangeSpecification()
-
-
Method Details
-
fabricNetworkId
-
getFabricNetworkId
The id of the fabric network that this IP range should be associated with.Use \"\" as value of this field in order to disassociate the IP range from this network.- Returns:
- fabricNetworkId
-
setFabricNetworkId
-
equals
-
hashCode
public int hashCode() -
toString
-