PurchasePrivateCloudSharedNetwork Property
|
Shared network configuration
Namespace:
Aruba.Cloud.Provisioning.Entities.PrivateCloud
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public SharedNetwork SharedNetwork { get; set; }<DataMemberAttribute>
Public Property SharedNetwork As SharedNetwork
Get
Set
public:
[DataMemberAttribute]
property SharedNetwork^ SharedNetwork {
SharedNetwork^ get ();
void set (SharedNetwork^ value);
}[<DataMemberAttribute>]
member SharedNetwork : SharedNetwork with get, set
function get SharedNetwork () : SharedNetwork
function set SharedNetwork (value : SharedNetwork)
Property Value
Type:
SharedNetwork
See Also