Show / Hide Table of Contents

Class RouterVendorOptionsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RouterVendorOptionsGetArgs
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.OpenStack.Networking.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class RouterVendorOptionsGetArgs : ResourceArgs

Constructors

View Source

RouterVendorOptionsGetArgs()

Declaration
public RouterVendorOptionsGetArgs()

Properties

View Source

SetRouterGatewayAfterCreate

Boolean to control whether the Router gateway is assigned during creation or updated after creation.

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