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 boolean
equals(Object o)
UpdateExternalNetworkIPRangeSpecification
fabricNetworkId(String fabricNetworkId)
String
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.int
hashCode()
void
setFabricNetworkId(String fabricNetworkId)
String
toString()
-
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
-