Show / Hide Table of Contents

Class InstancesSetSecurityPolicyRequest

Inheritance
object
InstancesSetSecurityPolicyRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX