Variables
BlueprintView_name, BlueprintView_value
var (
BlueprintView_name = map[int32]string{
0: "BLUEPRINT_VIEW_UNSPECIFIED",
1: "BLUEPRINT_VIEW_BASIC",
2: "BLUEPRINT_VIEW_FULL",
}
BlueprintView_value = map[string]int32{
"BLUEPRINT_VIEW_UNSPECIFIED": 0,
"BLUEPRINT_VIEW_BASIC": 1,
"BLUEPRINT_VIEW_FULL": 2,
}
)
Enum value maps for BlueprintView.
DeploymentView_name, DeploymentView_value
var (
DeploymentView_name = map[int32]string{
0: "DEPLOYMENT_VIEW_UNSPECIFIED",
1: "DEPLOYMENT_VIEW_BASIC",
2: "DEPLOYMENT_VIEW_FULL",
}
DeploymentView_value = map[string]int32{
"DEPLOYMENT_VIEW_UNSPECIFIED": 0,
"DEPLOYMENT_VIEW_BASIC": 1,
"DEPLOYMENT_VIEW_FULL": 2,
}
)
Enum value maps for DeploymentView.
ResourceType_name, ResourceType_value
var (
ResourceType_name = map[int32]string{
0: "RESOURCE_TYPE_UNSPECIFIED",
1: "NF_DEPLOY_RESOURCE",
2: "DEPLOYMENT_RESOURCE",
}
ResourceType_value = map[string]int32{
"RESOURCE_TYPE_UNSPECIFIED": 0,
"NF_DEPLOY_RESOURCE": 1,
"DEPLOYMENT_RESOURCE": 2,
}
)
Enum value maps for ResourceType.
Status_name, Status_value
var (
Status_name = map[int32]string{
0: "STATUS_UNSPECIFIED",
1: "STATUS_IN_PROGRESS",
2: "STATUS_ACTIVE",
3: "STATUS_FAILED",
4: "STATUS_DELETING",
5: "STATUS_DELETED",
10: "STATUS_PEERING",
11: "STATUS_NOT_APPLICABLE",
}
Status_value = map[string]int32{
"STATUS_UNSPECIFIED": 0,
"STATUS_IN_PROGRESS": 1,
"STATUS_ACTIVE": 2,
"STATUS_FAILED": 3,
"STATUS_DELETING": 4,
"STATUS_DELETED": 5,
"STATUS_PEERING": 10,
"STATUS_NOT_APPLICABLE": 11,
}
)
Enum value maps for Status.
DeploymentLevel_name, DeploymentLevel_value
var (
DeploymentLevel_name = map[int32]string{
0: "DEPLOYMENT_LEVEL_UNSPECIFIED",
1: "HYDRATION",
2: "SINGLE_DEPLOYMENT",
3: "MULTI_DEPLOYMENT",
4: "WORKLOAD_CLUSTER_DEPLOYMENT",
}
DeploymentLevel_value = map[string]int32{
"DEPLOYMENT_LEVEL_UNSPECIFIED": 0,
"HYDRATION": 1,
"SINGLE_DEPLOYMENT": 2,
"MULTI_DEPLOYMENT": 3,
"WORKLOAD_CLUSTER_DEPLOYMENT": 4,
}
)
Enum value maps for DeploymentLevel.
OrchestrationCluster_State_name, OrchestrationCluster_State_value
var (
OrchestrationCluster_State_name = map[int32]string{
0: "STATE_UNSPECIFIED",
1: "CREATING",
2: "ACTIVE",
3: "DELETING",
4: "FAILED",
}
OrchestrationCluster_State_value = map[string]int32{
"STATE_UNSPECIFIED": 0,
"CREATING": 1,
"ACTIVE": 2,
"DELETING": 3,
"FAILED": 4,
}
)
Enum value maps for OrchestrationCluster_State.
EdgeSlm_State_name, EdgeSlm_State_value
var (
EdgeSlm_State_name = map[int32]string{
0: "STATE_UNSPECIFIED",
1: "CREATING",
2: "ACTIVE",
3: "DELETING",
4: "FAILED",
}
EdgeSlm_State_value = map[string]int32{
"STATE_UNSPECIFIED": 0,
"CREATING": 1,
"ACTIVE": 2,
"DELETING": 3,
"FAILED": 4,
}
)
Enum value maps for EdgeSlm_State.
EdgeSlm_WorkloadClusterType_name, EdgeSlm_WorkloadClusterType_value
var (
EdgeSlm_WorkloadClusterType_name = map[int32]string{
0: "WORKLOAD_CLUSTER_TYPE_UNSPECIFIED",
1: "GDCE",
2: "GKE",
}
EdgeSlm_WorkloadClusterType_value = map[string]int32{
"WORKLOAD_CLUSTER_TYPE_UNSPECIFIED": 0,
"GDCE": 1,
"GKE": 2,
}
)
Enum value maps for EdgeSlm_WorkloadClusterType.
Blueprint_ApprovalState_name, Blueprint_ApprovalState_value
var (
Blueprint_ApprovalState_name = map[int32]string{
0: "APPROVAL_STATE_UNSPECIFIED",
1: "DRAFT",
2: "PROPOSED",
3: "APPROVED",
}
Blueprint_ApprovalState_value = map[string]int32{
"APPROVAL_STATE_UNSPECIFIED": 0,
"DRAFT": 1,
"PROPOSED": 2,
"APPROVED": 3,
}
)
Enum value maps for Blueprint_ApprovalState.
Deployment_State_name, Deployment_State_value
var (
Deployment_State_name = map[int32]string{
0: "STATE_UNSPECIFIED",
1: "DRAFT",
2: "APPLIED",
3: "DELETING",
}
Deployment_State_value = map[string]int32{
"STATE_UNSPECIFIED": 0,
"DRAFT": 1,
"APPLIED": 2,
"DELETING": 3,
}
)
Enum value maps for Deployment_State.
HydratedDeployment_State_name, HydratedDeployment_State_value
var (
HydratedDeployment_State_name = map[int32]string{
0: "STATE_UNSPECIFIED",
1: "DRAFT",
2: "APPLIED",
}
HydratedDeployment_State_value = map[string]int32{
"STATE_UNSPECIFIED": 0,
"DRAFT": 1,
"APPLIED": 2,
}
)
Enum value maps for HydratedDeployment_State.
File_google_cloud_telcoautomation_v1_telcoautomation_proto
var File_google_cloud_telcoautomation_v1_telcoautomation_proto protoreflect.FileDescriptor
Functions
func RegisterTelcoAutomationServer
func RegisterTelcoAutomationServer(s *grpc.Server, srv TelcoAutomationServer)
ApplyDeploymentRequest
type ApplyDeploymentRequest struct {
// Required. The name of the deployment to apply to orchestration cluster.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
Request object for ApplyDeployment
. The resources in given deployment
gets applied to Orchestration Cluster. A new revision is created when a
deployment is applied.
func (*ApplyDeploymentRequest) Descriptor
func (*ApplyDeploymentRequest) Descriptor() ([]byte, []int)
Deprecated: Use ApplyDeploymentRequest.ProtoReflect.Descriptor instead.
func (*ApplyDeploymentRequest) GetName
func (x *ApplyDeploymentRequest) GetName() string
func (*ApplyDeploymentRequest) ProtoMessage
func (*ApplyDeploymentRequest) ProtoMessage()
func (*ApplyDeploymentRequest) ProtoReflect
func (x *ApplyDeploymentRequest) ProtoReflect() protoreflect.Message
func (*ApplyDeploymentRequest) Reset
func (x *ApplyDeploymentRequest) Reset()
func (*ApplyDeploymentRequest) String
func (x *ApplyDeploymentRequest) String() string
ApplyHydratedDeploymentRequest
type ApplyHydratedDeploymentRequest struct {
// Required. The name of the hydrated deployment to apply.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
Request for applying a hydrated deployment.
func (*ApplyHydratedDeploymentRequest) Descriptor
func (*ApplyHydratedDeploymentRequest) Descriptor() ([]byte, []int)
Deprecated: Use ApplyHydratedDeploymentRequest.ProtoReflect.Descriptor instead.
func (*ApplyHydratedDeploymentRequest) GetName
func (x *ApplyHydratedDeploymentRequest) GetName() string
func (*ApplyHydratedDeploymentRequest) ProtoMessage
func (*ApplyHydratedDeploymentRequest) ProtoMessage()
func (*ApplyHydratedDeploymentRequest) ProtoReflect
func (x *ApplyHydratedDeploymentRequest) ProtoReflect() protoreflect.Message
func (*ApplyHydratedDeploymentRequest) Reset
func (x *ApplyHydratedDeploymentRequest) Reset()
func (*ApplyHydratedDeploymentRequest) String
func (x *ApplyHydratedDeploymentRequest) String() string
ApproveBlueprintRequest
type ApproveBlueprintRequest struct {
// Required. The name of the blueprint to approve. The blueprint must be in
// Proposed state. A new revision is committed on approval.
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
Request object for ApproveBlueprint
.
func (*ApproveBlueprintRequest) Descriptor
func (*ApproveBlueprintRequest) Descriptor() ([]byte, []