Show / Hide Table of Contents

Class InstanceArgs

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

Constructors

View Source

InstanceArgs()

Declaration
public InstanceArgs()

Properties

View Source

Description

A description of the instance.

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

FileShares

File system shares on the instance. For this version, only a single file share is supported. Structure is documented below.

Declaration
public Input<InstanceFileSharesArgs> FileShares { get; set; }
Property Value
Type Description
Input<InstanceFileSharesArgs>
View Source

Labels

Resource labels to represent user-provided metadata.

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

Name

The name of the fileshare (16 characters or less)

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

Networks

VPC networks to which the instance is connected. For this version, only a single network is supported. Structure is documented below.

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

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

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

Tier

The service tier of the instance.

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

Zone

The name of the Filestore zone of the instance.

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