Class InstanceFromTemplateNetworkInterfaceArgs
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.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceFromTemplateNetworkInterfaceArgs : ResourceArgs
Constructors
View SourceInstanceFromTemplateNetworkInterfaceArgs()
Declaration
public InstanceFromTemplateNetworkInterfaceArgs()
Properties
View SourceAccessConfigs
Declaration
public InputList<InstanceFromTemplateNetworkInterfaceAccessConfigArgs> AccessConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<InstanceFromTemplateNetworkInterfaceAccessConfigArgs> |
AliasIpRanges
Declaration
public InputList<InstanceFromTemplateNetworkInterfaceAliasIpRangeArgs> AliasIpRanges { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<InstanceFromTemplateNetworkInterfaceAliasIpRangeArgs> |
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> |
Network
Declaration
public Input<string> Network { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkIp
Declaration
public Input<string> NetworkIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Subnetwork
Declaration
public Input<string> Subnetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetworkProject
Declaration
public Input<string> SubnetworkProject { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |