Show / Hide Table of Contents

Class InstanceGrantArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceGrantArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Cen
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class InstanceGrantArgs : ResourceArgs

Constructors

View Source

InstanceGrantArgs()

Declaration
public InstanceGrantArgs()

Properties

View Source

CenId

The ID of the CEN.

Declaration
public Input<string> CenId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CenOwnerId

The owner UID of the CEN which the child instance granted to.

Declaration
public Input<string> CenOwnerId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ChildInstanceId

The ID of the child instance to grant.

Declaration
public Input<string> ChildInstanceId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.