Show / Hide Table of Contents

Class InstanceNetworkArgs

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

Constructors

View Source

InstanceNetworkArgs()

Declaration
public InstanceNetworkArgs()

Properties

View Source

FixedIpV4

Specifies a fixed IPv4 address to be used on this network. Changing this creates a new instance.

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

FixedIpV6

Specifies a fixed IPv6 address to be used on this network. Changing this creates a new instance.

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

Port

The port UUID of a network to attach to the instance. Changing this creates a new instance.

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

Uuid

The network UUID to attach to the instance. Changing this creates a new instance.

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