Show / Hide Table of Contents

Class InstanceFromTemplateNetworkInterfaceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceFromTemplateNetworkInterfaceArgs
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.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceFromTemplateNetworkInterfaceArgs : ResourceArgs

Constructors

View Source

InstanceFromTemplateNetworkInterfaceArgs()

Declaration
public InstanceFromTemplateNetworkInterfaceArgs()

Properties

View Source

AccessConfigs

Declaration
public InputList<InstanceFromTemplateNetworkInterfaceAccessConfigArgs> AccessConfigs { get; set; }
Property Value
Type Description
InputList<InstanceFromTemplateNetworkInterfaceAccessConfigArgs>
View Source

AliasIpRanges

Declaration
public InputList<InstanceFromTemplateNetworkInterfaceAliasIpRangeArgs> AliasIpRanges { get; set; }
Property Value
Type Description
InputList<InstanceFromTemplateNetworkInterfaceAliasIpRangeArgs>
View Source

Name

A unique name for the resource, required by GCE. Changing this forces a new resource to be created.

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

Network

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

NetworkIp

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

Subnetwork

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

SubnetworkProject

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