Class ChangeSecurityGroupSpecification
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.ChangeSecurityGroupSpecification
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class ChangeSecurityGroupSpecification extends Object
Specification for a second day change security groups operation for a vsphere machine
-
Constructor Summary
Constructors Constructor Description ChangeSecurityGroupSpecification()
-
Method Summary
-
Constructor Details
-
ChangeSecurityGroupSpecification
public ChangeSecurityGroupSpecification()
-
-
Method Details
-
owner
-
getOwner
Email of the user that owns the entity.- Returns:
- owner
-
setOwner
-
organizationId
-
getOrganizationId
This field is deprecated. Use orgId instead. The id of the organization this entity belongs to.- Returns:
- organizationId
-
setOrganizationId
-
createdAt
-
getCreatedAt
Date when the entity was created. The date is in ISO 8601 and UTC.- Returns:
- createdAt
-
setCreatedAt
-
networkInterfaceSpecifications
public ChangeSecurityGroupSpecification networkInterfaceSpecifications(List<NetworkInterfaceSpecification> networkInterfaceSpecifications) -
addNetworkInterfaceSpecificationsItem
public ChangeSecurityGroupSpecification addNetworkInterfaceSpecificationsItem(NetworkInterfaceSpecification networkInterfaceSpecificationsItem) -
getNetworkInterfaceSpecifications
A set of network interface controller specifications for this machine. If not specified, then no reconfiguration will be performed.- Returns:
- networkInterfaceSpecifications
-
setNetworkInterfaceSpecifications
public void setNetworkInterfaceSpecifications(List<NetworkInterfaceSpecification> networkInterfaceSpecifications) -
_links
-
putLinksItem
-
getLinks
HATEOAS of the entity- Returns:
- _links
-
setLinks
-
name
-
getName
A human-friendly name used as an identifier in APIs that support this option.- Returns:
- name
-
setName
-
description
-
getDescription
A human-friendly description.- Returns:
- description
-
setDescription
-
id
-
getId
The id of this resource instance- Returns:
- id
-
setId
-
orgId
-
getOrgId
The id of the organization this entity belongs to.- Returns:
- orgId
-
setOrgId
-
updatedAt
-
getUpdatedAt
Date when the entity was last updated. The date is ISO 8601 and UTC.- Returns:
- updatedAt
-
setUpdatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-