Class RepoDomainListGetArgs
Inherited Members
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.CR.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class RepoDomainListGetArgs : ResourceArgs
Constructors
View SourceRepoDomainListGetArgs()
Declaration
public RepoDomainListGetArgs()
Properties
View SourceInternal
Domain of internal endpoint, only in some regions.
Declaration
public Input<string> Internal { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Public
Domain of public endpoint.
Declaration
public Input<string> Public { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Vpc
Domain of vpc endpoint.
Declaration
public Input<string> Vpc { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |