Show / Hide Table of Contents

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 Source

CreationTime

FC service creation time.

Declaration
public readonly string CreationTime
Field Value
Type Description
System.String
View Source

Description

FC service description.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

FC service ID.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

InternetAccess

Indicate whether the service can access to internet or not.

Declaration
public readonly bool InternetAccess
Field Value
Type Description
System.Boolean
View Source

LastModificationTime

FC service last modification time.

Declaration
public readonly string LastModificationTime
Field Value
Type Description
System.String
View Source

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
View Source

Name

FC service name.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Role

FC service role ARN.

Declaration
public readonly string Role
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.