Show / Hide Table of Contents

Class RepoDomainListGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RepoDomainListGetArgs
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.CR.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class RepoDomainListGetArgs : ResourceArgs

Constructors

View Source

RepoDomainListGetArgs()

Declaration
public RepoDomainListGetArgs()

Properties

View Source

Internal

Domain of internal endpoint, only in some regions.

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

Public

Domain of public endpoint.

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

Vpc

Domain of vpc endpoint.

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