SecurityGroup Data Type

Security group

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
description string element 0/1 Gets the description.
groupId string element 0/1 Gets the group id.
groupName string element 0/1 Gets the group name.
ownerId string element 0/1 Gets the owner id.
vpcId string element 0/1 Gets the vpc id.
Properties inherited from ManagedObjectReference
displayName string element 0/1 Gets the display name.
id long element 1/1 The unique id of the managed object this refers to.
type ManagedObjectType element 0/1 The type of managed object this refers to.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<SecurityGroup>
  <description>...</description>
  <groupId>...</groupId>
  <groupName>...</groupName>
  <ownerId>...</ownerId>
  <vpcId>...</vpcId>
  <displayName>...</displayName>
  <type>...</type>
  <id>...</id>
</SecurityGroup>