public sealed class GetIamPolicyNodeGroupRequest : IMessage<GetIamPolicyNodeGroupRequest>, IEquatable<GetIamPolicyNodeGroupRequest>, IDeepCloneable<GetIamPolicyNodeGroupRequest>, IBufferMessage, IMessage
A request message for NodeGroups.GetIamPolicy. See the method description for details.
Implements
IMessage<GetIamPolicyNodeGroupRequest>, IEquatable<GetIamPolicyNodeGroupRequest>, IDeepCloneable<GetIamPolicyNodeGroupRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetIamPolicyNodeGroupRequest()
public GetIamPolicyNodeGroupRequest()
GetIamPolicyNodeGroupRequest(GetIamPolicyNodeGroupRequest)
public GetIamPolicyNodeGroupRequest(GetIamPolicyNodeGroupRequest other)
Parameter | |
---|---|
Name | Description |
other | GetIamPolicyNodeGroupRequest |
Properties
HasOptionsRequestedPolicyVersion
public bool HasOptionsRequestedPolicyVersion { get; }
Gets whether the "options_requested_policy_version" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
OptionsRequestedPolicyVersion
public int OptionsRequestedPolicyVersion { get; set; }
Requested IAM Policy version.
Property Value | |
---|---|
Type | Description |
Int32 |
Project
public string Project { get; set; }
Project ID for this request.
Property Value | |
---|---|
Type | Description |
String |
Resource
public string Resource { get; set; }
Name or id of the resource for this request.
Property Value | |
---|---|
Type | Description |
String |
Zone
public string Zone { get; set; }
The name of the zone for this request.
Property Value | |
---|---|
Type | Description |
String |