endpoints

package
v0.18.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	// contains filtered or unexported fields
}

This resource creates and rolls out a Cloud Endpoints service using OpenAPI or gRPC. View the relevant docs for [OpenAPI](https://cloud.google.com/endpoints/docs/openapi/) and [gRPC](https://cloud.google.com/endpoints/docs/grpc/).

func GetService

func GetService(ctx *pulumi.Context,
	name string, id pulumi.ID, state *ServiceState, opts ...pulumi.ResourceOpt) (*Service, error)

GetService gets an existing Service resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewService

func NewService(ctx *pulumi.Context,
	name string, args *ServiceArgs, opts ...pulumi.ResourceOpt) (*Service, error)

NewService registers a new resource with the given unique name, arguments, and options.

func (*Service) Apis

func (r *Service) Apis() *pulumi.ArrayOutput

func (*Service) ConfigId

func (r *Service) ConfigId() *pulumi.StringOutput

func (*Service) DnsAddress

func (r *Service) DnsAddress() *pulumi.StringOutput

func (*Service) Endpoints

func (r *Service) Endpoints() *pulumi.ArrayOutput

func (*Service) GrpcConfig

func (r *Service) GrpcConfig() *pulumi.StringOutput

func (*Service) ID

func (r *Service) ID() *pulumi.IDOutput

ID is this resource's unique identifier assigned by its provider.

func (*Service) OpenapiConfig

func (r *Service) OpenapiConfig() *pulumi.StringOutput

func (*Service) Project

func (r *Service) Project() *pulumi.StringOutput

func (*Service) ProtocOutputBase64

func (r *Service) ProtocOutputBase64() *pulumi.StringOutput

func (*Service) ServiceName

func (r *Service) ServiceName() *pulumi.StringOutput

func (*Service) URN

func (r *Service) URN() *pulumi.URNOutput

URN is this resource's unique name assigned by Pulumi.

type ServiceArgs

type ServiceArgs struct {
	GrpcConfig         interface{}
	OpenapiConfig      interface{}
	Project            interface{}
	ProtocOutputBase64 interface{}
	ServiceName        interface{}
}

The set of arguments for constructing a Service resource.

type ServiceState

type ServiceState struct {
	Apis               interface{}
	ConfigId           interface{}
	DnsAddress         interface{}
	Endpoints          interface{}
	GrpcConfig         interface{}
	OpenapiConfig      interface{}
	Project            interface{}
	ProtocOutputBase64 interface{}
	ServiceName        interface{}
}

Input properties used for looking up and filtering Service resources.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL