CloudNetworkLabel Property |
Gets the name of the network.
Namespace: net.openstack.Core.DomainAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax [JsonPropertyAttribute("label")]
public string Label { get; }
<JsonPropertyAttribute("label")>
Public ReadOnly Property Label As String
Get
public:
[JsonPropertyAttribute(L"label")]
property String^ Label {
String^ get ();
}
[<JsonPropertyAttribute("label")>]
member Label : string with get
Property Value
Type:
StringRemarks
The Rackspace Cloud Networks product predefines two networks:
- PublicNet provides access to the Internet, Rackspace services such as Cloud Monitoring, Managed Cloud Support, RackConnect, Cloud Backup, and certain operating system updates. When you list networks through Cloud Networks, PublicNet is labeled public.
- ServiceNet Provides access to Rackspace services such as Cloud Files, Cloud Databases, and Cloud Backup, and to certain packages and patches through an internal only, multi-tenant network connection within each Rackspace data center. When you list networks through Cloud Networks, ServiceNet is labeled as private.
Version Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also