Class ServiceVpcConfigArgs
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.FC.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ServiceVpcConfigArgs : ResourceArgs
Constructors
View SourceServiceVpcConfigArgs()
Declaration
public ServiceVpcConfigArgs()
Properties
View SourceSecurityGroupId
A security group ID associated with the FC service.
Declaration
public Input<string> SecurityGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcId
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |