Class GetServicesServiceResult
Inheritance
System.Object
GetServicesServiceResult
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.AliCloud.FC.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetServicesServiceResult
Fields
View SourceCreationTime
FC service creation time.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Description
FC service description.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
FC service ID.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InternetAccess
Indicate whether the service can access to internet or not.
Declaration
public readonly bool InternetAccess
Field Value
| Type | Description |
|---|---|
| System.Boolean |
LastModificationTime
FC service last modification time.
Declaration
public readonly string LastModificationTime
Field Value
| Type | Description |
|---|---|
| System.String |
LogConfig
A list of one element containing information about the associated log store. It contains the following attributes:
Declaration
public readonly GetServicesServiceLogConfigResult LogConfig
Field Value
| Type | Description |
|---|---|
| GetServicesServiceLogConfigResult |
Name
FC service name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Role
FC service role ARN.
Declaration
public readonly string Role
Field Value
| Type | Description |
|---|---|
| System.String |
VpcConfig
A list of one element containing information about accessible VPC resources. It contains the following attributes:
Declaration
public readonly GetServicesServiceVpcConfigResult VpcConfig
Field Value
| Type | Description |
|---|---|
| GetServicesServiceVpcConfigResult |