Documentation ¶
Index ¶
- Variables
- type Region
- func (*Region) Descriptor() ([]byte, []int)
- func (this *Region) Equal(that interface{}) bool
- func (m *Region) GetCloudProvider() string
- func (m *Region) GetConnectableRegions() []*RegionID
- func (m *Region) GetName() string
- func (m *Region) GetSupportGlobalNamespace() booldeprecated
- func (this *Region) GoString() string
- func (m *Region) Marshal() (dAtA []byte, err error)
- func (m *Region) MarshalTo(dAtA []byte) (int, error)
- func (m *Region) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Region) ProtoMessage()
- func (m *Region) Reset()
- func (m *Region) Size() (n int)
- func (this *Region) String() string
- func (m *Region) Unmarshal(dAtA []byte) error
- func (m *Region) XXX_DiscardUnknown()
- func (m *Region) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Region) XXX_Merge(src proto.Message)
- func (m *Region) XXX_Size() int
- func (m *Region) XXX_Unmarshal(b []byte) error
- type RegionID
- func (*RegionID) Descriptor() ([]byte, []int)
- func (this *RegionID) Equal(that interface{}) bool
- func (m *RegionID) GetCloudProvider() string
- func (m *RegionID) GetName() string
- func (this *RegionID) GoString() string
- func (m *RegionID) Marshal() (dAtA []byte, err error)
- func (m *RegionID) MarshalTo(dAtA []byte) (int, error)
- func (m *RegionID) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RegionID) ProtoMessage()
- func (m *RegionID) Reset()
- func (m *RegionID) Size() (n int)
- func (this *RegionID) String() string
- func (m *RegionID) Unmarshal(dAtA []byte) error
- func (m *RegionID) XXX_DiscardUnknown()
- func (m *RegionID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RegionID) XXX_Merge(src proto.Message)
- func (m *RegionID) XXX_Size() int
- func (m *RegionID) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Region ¶
type Region struct { // E.g., aws, gcp, azure. CloudProvider string `protobuf:"bytes,1,opt,name=cloud_provider,json=cloudProvider,proto3" json:"cloud_provider,omitempty"` // Cloud-specific region name. E.g., us-west-2 for AWS and europe-west1 for GCP. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // The flag indicates if the region supports global namespace. SupportGlobalNamespace bool `` // Deprecated: Do not use. /* 130-byte string literal not displayed */ // The allow list of connection between the current region with a target region. ConnectableRegions []*RegionID `protobuf:"bytes,4,rep,name=connectable_regions,json=connectableRegions,proto3" json:"connectable_regions,omitempty"` }
(-- api-linter: core::0123::resource-annotation=disabled --)
func (*Region) Descriptor ¶
func (*Region) GetCloudProvider ¶
func (*Region) GetConnectableRegions ¶
func (*Region) GetSupportGlobalNamespace
deprecated
func (*Region) MarshalToSizedBuffer ¶
func (*Region) ProtoMessage ¶
func (*Region) ProtoMessage()
func (*Region) XXX_DiscardUnknown ¶
func (m *Region) XXX_DiscardUnknown()
func (*Region) XXX_Marshal ¶
func (*Region) XXX_Unmarshal ¶
type RegionID ¶
type RegionID struct { // E.g., aws, gcp, azure. CloudProvider string `protobuf:"bytes,1,opt,name=cloud_provider,json=cloudProvider,proto3" json:"cloud_provider,omitempty"` // Cloud-specific region name. E.g., us-west-2 for AWS and europe-west1 for GCP. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` }
func (*RegionID) Descriptor ¶
func (*RegionID) GetCloudProvider ¶
func (*RegionID) MarshalToSizedBuffer ¶
func (*RegionID) ProtoMessage ¶
func (*RegionID) ProtoMessage()
func (*RegionID) XXX_DiscardUnknown ¶
func (m *RegionID) XXX_DiscardUnknown()
func (*RegionID) XXX_Marshal ¶
func (*RegionID) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.