Share VM options.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| daysUntilExpired | int | element | 1/1 | Gets the days until expired. | |
| emailComments | string | element | 0/1 | Gets the email comments. | |
| emailSubject | string | element | 0/1 | Gets the email subject. | |
| keepSourceOwnership | string | element | 0/1 | Checks if is keep source ownership. | |
| notifyRecipients | string | element | 0/1 | Checks if is notify recipients. | |
| saveMemoryState | string | element | 0/1 | Indicate whether the VM share should contain a copy of the source VM memory state. | |
| serviceDescription | string | element | 0/1 | Gets the service description. | |
| serviceName | string | element | 0/1 | Gets the service name. | |
| ManagedObjectReference | element | 0/1 | Gets the shared organization. | ||
| list of OwnerInfo | element | 0/unbounded | Gets the shared users. | ||
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<ShareOptions xsitype="...">
<serviceName>...</serviceName>
<serviceDescription>...</serviceDescription>
<daysUntilExpired>...</daysUntilExpired>
<notifyRecipients>...</notifyRecipients>
<keepSourceOwnership>...</keepSourceOwnership>
<saveMemoryState>...</saveMemoryState>
<emailSubject>...</emailSubject>
<emailComments>...</emailComments>
<sharedOrganization xsitype="...">
<displayName>...</displayName>
<type>...</type>
<id>...</id>
</sharedOrganization>
<sharedUsers xsitype="...">
<id>...</id>
<loginId>...</loginId>
<displayName>...</displayName>
<email>...</email>
<itContact>...</itContact>
<primary>...</primary>
</sharedUsers>
</ShareOptions>