Class InstancesSetSecurityPolicyRequest
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class InstancesSetSecurityPolicyRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkInterfaces
The network interfaces that the security policy will be applied to. Network interfaces use the nicN naming format. You can only set a security policy for network interfaces with an access config.
Declaration
[JsonProperty("networkInterfaces")]
public virtual IList<string> NetworkInterfaces { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SecurityPolicy
A full or partial URL to a security policy to add to this instance. If this field is set to an empty string it will remove the associated security policy.
Declaration
[JsonProperty("securityPolicy")]
public virtual string SecurityPolicy { get; set; }
Property Value
Type | Description |
---|---|
string |