Class NetworkService
Represents a network service that is managed by a NetworkPolicy
resource. A network service provides a way to
control an aspect of external access to VMware workloads. For example, whether the VMware workloads in the
private clouds governed by a network policy can access or be accessed from the internet.
Implements
Inherited Members
Namespace: Google.Apis.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class NetworkService : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Enabled
True if the service is enabled; false otherwise.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
State
Output only. State of the service. New values may be added to this enum when appropriate.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |