Show / Hide Table of Contents

Class ServiceVpcConfigArgs

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

Constructors

View Source

ServiceVpcConfigArgs()

Declaration
public ServiceVpcConfigArgs()

Properties

View Source

SecurityGroupId

A security group ID associated with the FC service.

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

VpcId

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

VswitchIds

A list of vswitch IDs associated with the FC service.

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