v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: BSD-3-Clause Imports: 14 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=routetable.upjet-provider-outscale.upbound.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "routetable.upjet-provider-outscale.upbound.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	RouteTable_Kind             = "RouteTable"
	RouteTable_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: RouteTable_Kind}.String()
	RouteTable_KindAPIVersion   = RouteTable_Kind + "." + CRDGroupVersion.String()
	RouteTable_GroupVersionKind = CRDGroupVersion.WithKind(RouteTable_Kind)
)

Repository type metadata.

View Source
var (
	RouteTableLink_Kind             = "RouteTableLink"
	RouteTableLink_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: RouteTableLink_Kind}.String()
	RouteTableLink_KindAPIVersion   = RouteTableLink_Kind + "." + CRDGroupVersion.String()
	RouteTableLink_GroupVersionKind = CRDGroupVersion.WithKind(RouteTableLink_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type LinkRouteTablesObservation

type LinkRouteTablesObservation struct {
	LinkRouteTableID *string `json:"linkRouteTableId,omitempty" tf:"link_route_table_id,omitempty"`

	Main *bool `json:"main,omitempty" tf:"main,omitempty"`

	RouteTableID *string `json:"routeTableId,omitempty" tf:"route_table_id,omitempty"`

	RouteTableToSubnetLinkID *string `json:"routeTableToSubnetLinkId,omitempty" tf:"route_table_to_subnet_link_id,omitempty"`

	SubnetID *string `json:"subnetId,omitempty" tf:"subnet_id,omitempty"`
}

func (*LinkRouteTablesObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LinkRouteTablesObservation.

func (*LinkRouteTablesObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type LinkRouteTablesParameters

type LinkRouteTablesParameters struct {
}

func (*LinkRouteTablesParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LinkRouteTablesParameters.

func (*LinkRouteTablesParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RoutePropagatingVirtualGatewaysObservation

type RoutePropagatingVirtualGatewaysObservation struct {
	VirtualGatewayID *string `json:"virtualGatewayId,omitempty" tf:"virtual_gateway_id,omitempty"`
}

func (*RoutePropagatingVirtualGatewaysObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RoutePropagatingVirtualGatewaysObservation.

func (*RoutePropagatingVirtualGatewaysObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RoutePropagatingVirtualGatewaysParameters

type RoutePropagatingVirtualGatewaysParameters struct {
}

func (*RoutePropagatingVirtualGatewaysParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RoutePropagatingVirtualGatewaysParameters.

func (*RoutePropagatingVirtualGatewaysParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RouteTable

type RouteTable struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RouteTableSpec   `json:"spec"`
	Status            RouteTableStatus `json:"status,omitempty"`
}

RouteTable is the Schema for the RouteTables API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,upjet-provider-outscale}

func (*RouteTable) DeepCopy

func (in *RouteTable) DeepCopy() *RouteTable

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTable.

func (*RouteTable) DeepCopyInto

func (in *RouteTable) DeepCopyInto(out *RouteTable)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RouteTable) DeepCopyObject

func (in *RouteTable) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*RouteTable) GetCondition

func (mg *RouteTable) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this RouteTable.

func (*RouteTable) GetConnectionDetailsMapping

func (tr *RouteTable) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this RouteTable

func (*RouteTable) GetDeletionPolicy

func (mg *RouteTable) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this RouteTable.

func (*RouteTable) GetID

func (tr *RouteTable) GetID() string

GetID returns ID of underlying Terraform resource of this RouteTable

func (*RouteTable) GetObservation

func (tr *RouteTable) GetObservation() (map[string]any, error)

GetObservation of this RouteTable

func (*RouteTable) GetParameters

func (tr *RouteTable) GetParameters() (map[string]any, error)

GetParameters of this RouteTable

func (*RouteTable) GetProviderConfigReference

func (mg *RouteTable) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this RouteTable.

func (*RouteTable) GetProviderReference

func (mg *RouteTable) GetProviderReference() *xpv1.Reference

GetProviderReference of this RouteTable. Deprecated: Use GetProviderConfigReference.

func (*RouteTable) GetPublishConnectionDetailsTo

func (mg *RouteTable) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this RouteTable.

func (*RouteTable) GetTerraformResourceType

func (mg *RouteTable) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this RouteTable

func (*RouteTable) GetTerraformSchemaVersion

func (tr *RouteTable) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*RouteTable) GetWriteConnectionSecretToReference

func (mg *RouteTable) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this RouteTable.

func (*RouteTable) LateInitialize

func (tr *RouteTable) LateInitialize(attrs []byte) (bool, error)

LateInitialize this RouteTable using its observed tfState. returns True if there are any spec changes for the resource.

func (*RouteTable) ResolveReferences

func (mg *RouteTable) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this RouteTable.

func (*RouteTable) SetConditions

func (mg *RouteTable) SetConditions(c ...xpv1.Condition)

SetConditions of this RouteTable.

func (*RouteTable) SetDeletionPolicy

func (mg *RouteTable) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this RouteTable.

func (*RouteTable) SetObservation

func (tr *RouteTable) SetObservation(obs map[string]any) error

SetObservation for this RouteTable

func (*RouteTable) SetParameters

func (tr *RouteTable) SetParameters(params map[string]any) error

SetParameters for this RouteTable

func (*RouteTable) SetProviderConfigReference

func (mg *RouteTable) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this RouteTable.

func (*RouteTable) SetProviderReference

func (mg *RouteTable) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this RouteTable. Deprecated: Use SetProviderConfigReference.

func (*RouteTable) SetPublishConnectionDetailsTo

func (mg *RouteTable) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this RouteTable.

func (*RouteTable) SetWriteConnectionSecretToReference

func (mg *RouteTable) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this RouteTable.

type RouteTableLink struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RouteTableLinkSpec   `json:"spec"`
	Status            RouteTableLinkStatus `json:"status,omitempty"`
}

RouteTableLink is the Schema for the RouteTableLinks API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,upjet-provider-outscale}

func (*RouteTableLink) DeepCopy

func (in *RouteTableLink) DeepCopy() *RouteTableLink

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableLink.

func (*RouteTableLink) DeepCopyInto

func (in *RouteTableLink) DeepCopyInto(out *RouteTableLink)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RouteTableLink) DeepCopyObject

func (in *RouteTableLink) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*RouteTableLink) GetCondition

func (mg *RouteTableLink) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this RouteTableLink.

func (*RouteTableLink) GetConnectionDetailsMapping

func (tr *RouteTableLink) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this RouteTableLink

func (*RouteTableLink) GetDeletionPolicy

func (mg *RouteTableLink) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this RouteTableLink.

func (*RouteTableLink) GetID

func (tr *RouteTableLink) GetID() string

GetID returns ID of underlying Terraform resource of this RouteTableLink

func (*RouteTableLink) GetObservation

func (tr *RouteTableLink) GetObservation() (map[string]any, error)

GetObservation of this RouteTableLink

func (*RouteTableLink) GetParameters

func (tr *RouteTableLink) GetParameters() (map[string]any, error)

GetParameters of this RouteTableLink

func (*RouteTableLink) GetProviderConfigReference

func (mg *RouteTableLink) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this RouteTableLink.

func (*RouteTableLink) GetProviderReference

func (mg *RouteTableLink) GetProviderReference() *xpv1.Reference

GetProviderReference of this RouteTableLink. Deprecated: Use GetProviderConfigReference.

func (*RouteTableLink) GetPublishConnectionDetailsTo

func (mg *RouteTableLink) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this RouteTableLink.

func (*RouteTableLink) GetTerraformResourceType

func (mg *RouteTableLink) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this RouteTableLink

func (*RouteTableLink) GetTerraformSchemaVersion

func (tr *RouteTableLink) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*RouteTableLink) GetWriteConnectionSecretToReference

func (mg *RouteTableLink) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this RouteTableLink.

func (*RouteTableLink) LateInitialize

func (tr *RouteTableLink) LateInitialize(attrs []byte) (bool, error)

LateInitialize this RouteTableLink using its observed tfState. returns True if there are any spec changes for the resource.

func (*RouteTableLink) ResolveReferences

func (mg *RouteTableLink) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this RouteTableLink.

func (*RouteTableLink) SetConditions

func (mg *RouteTableLink) SetConditions(c ...xpv1.Condition)

SetConditions of this RouteTableLink.

func (*RouteTableLink) SetDeletionPolicy

func (mg *RouteTableLink) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this RouteTableLink.

func (*RouteTableLink) SetObservation

func (tr *RouteTableLink) SetObservation(obs map[string]any) error

SetObservation for this RouteTableLink

func (*RouteTableLink) SetParameters

func (tr *RouteTableLink) SetParameters(params map[string]any) error

SetParameters for this RouteTableLink

func (*RouteTableLink) SetProviderConfigReference

func (mg *RouteTableLink) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this RouteTableLink.

func (*RouteTableLink) SetProviderReference

func (mg *RouteTableLink) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this RouteTableLink. Deprecated: Use SetProviderConfigReference.

func (*RouteTableLink) SetPublishConnectionDetailsTo

func (mg *RouteTableLink) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this RouteTableLink.

func (*RouteTableLink) SetWriteConnectionSecretToReference

func (mg *RouteTableLink) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this RouteTableLink.

type RouteTableLinkList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []RouteTableLink `json:"items"`
}

RouteTableLinkList contains a list of RouteTableLinks

func (*RouteTableLinkList) DeepCopy

func (in *RouteTableLinkList) DeepCopy() *RouteTableLinkList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableLinkList.

func (*RouteTableLinkList) DeepCopyInto

func (in *RouteTableLinkList) DeepCopyInto(out *RouteTableLinkList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RouteTableLinkList) DeepCopyObject

func (in *RouteTableLinkList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*RouteTableLinkList) GetItems

func (l *RouteTableLinkList) GetItems() []resource.Managed

GetItems of this RouteTableLinkList.

type RouteTableLinkObservation

type RouteTableLinkObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	LinkRouteTableID *string `json:"linkRouteTableId,omitempty" tf:"link_route_table_id,omitempty"`

	Main *bool `json:"main,omitempty" tf:"main,omitempty"`

	RequestID *string `json:"requestId,omitempty" tf:"request_id,omitempty"`
}

func (*RouteTableLinkObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableLinkObservation.

func (*RouteTableLinkObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RouteTableLinkParameters

type RouteTableLinkParameters struct {

	// +crossplane:generate:reference:type=RouteTable
	// +kubebuilder:validation:Optional
	RouteTableID *string `json:"routeTableId,omitempty" tf:"route_table_id,omitempty"`

	// Reference to a RouteTable to populate routeTableId.
	// +kubebuilder:validation:Optional
	RouteTableIDRef *v1.Reference `json:"routeTableIdRef,omitempty" tf:"-"`

	// Selector for a RouteTable to populate routeTableId.
	// +kubebuilder:validation:Optional
	RouteTableIDSelector *v1.Selector `json:"routeTableIdSelector,omitempty" tf:"-"`

	// +crossplane:generate:reference:type=github.com/outscale/upjet-provider-outscale/apis/subnet/v1alpha1.Subnet
	// +kubebuilder:validation:Optional
	SubnetID *string `json:"subnetId,omitempty" tf:"subnet_id,omitempty"`

	// Reference to a Subnet in subnet to populate subnetId.
	// +kubebuilder:validation:Optional
	SubnetIDRef *v1.Reference `json:"subnetIdRef,omitempty" tf:"-"`

	// Selector for a Subnet in subnet to populate subnetId.
	// +kubebuilder:validation:Optional
	SubnetIDSelector *v1.Selector `json:"subnetIdSelector,omitempty" tf:"-"`
}

func (*RouteTableLinkParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableLinkParameters.

func (*RouteTableLinkParameters) DeepCopyInto

func (in *RouteTableLinkParameters) DeepCopyInto(out *RouteTableLinkParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RouteTableLinkSpec

type RouteTableLinkSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     RouteTableLinkParameters `json:"forProvider"`
}

RouteTableLinkSpec defines the desired state of RouteTableLink

func (*RouteTableLinkSpec) DeepCopy

func (in *RouteTableLinkSpec) DeepCopy() *RouteTableLinkSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableLinkSpec.

func (*RouteTableLinkSpec) DeepCopyInto

func (in *RouteTableLinkSpec) DeepCopyInto(out *RouteTableLinkSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RouteTableLinkStatus

type RouteTableLinkStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        RouteTableLinkObservation `json:"atProvider,omitempty"`
}

RouteTableLinkStatus defines the observed state of RouteTableLink.

func (*RouteTableLinkStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableLinkStatus.

func (*RouteTableLinkStatus) DeepCopyInto

func (in *RouteTableLinkStatus) DeepCopyInto(out *RouteTableLinkStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RouteTableList

type RouteTableList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []RouteTable `json:"items"`
}

RouteTableList contains a list of RouteTables

func (*RouteTableList) DeepCopy

func (in *RouteTableList) DeepCopy() *RouteTableList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableList.

func (*RouteTableList) DeepCopyInto

func (in *RouteTableList) DeepCopyInto(out *RouteTableList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*RouteTableList) DeepCopyObject

func (in *RouteTableList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*RouteTableList) GetItems

func (l *RouteTableList) GetItems() []resource.Managed

GetItems of this RouteTableList.

type RouteTableObservation

type RouteTableObservation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	LinkRouteTables []LinkRouteTablesObservation `json:"linkRouteTables,omitempty" tf:"link_route_tables,omitempty"`

	RequestID *string `json:"requestId,omitempty" tf:"request_id,omitempty"`

	RoutePropagatingVirtualGateways []RoutePropagatingVirtualGatewaysObservation `json:"routePropagatingVirtualGateways,omitempty" tf:"route_propagating_virtual_gateways,omitempty"`

	RouteTableID *string `json:"routeTableId,omitempty" tf:"route_table_id,omitempty"`

	Routes []RoutesObservation `json:"routes,omitempty" tf:"routes,omitempty"`
}

func (*RouteTableObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableObservation.

func (*RouteTableObservation) DeepCopyInto

func (in *RouteTableObservation) DeepCopyInto(out *RouteTableObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RouteTableParameters

type RouteTableParameters struct {

	// +crossplane:generate:reference:type=github.com/outscale/upjet-provider-outscale/apis/net/v1alpha1.Net
	// +kubebuilder:validation:Optional
	NetID *string `json:"netId,omitempty" tf:"net_id,omitempty"`

	// Reference to a Net in net to populate netId.
	// +kubebuilder:validation:Optional
	NetIDRef *v1.Reference `json:"netIdRef,omitempty" tf:"-"`

	// Selector for a Net in net to populate netId.
	// +kubebuilder:validation:Optional
	NetIDSelector *v1.Selector `json:"netIdSelector,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	Tags []TagsParameters `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*RouteTableParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableParameters.

func (*RouteTableParameters) DeepCopyInto

func (in *RouteTableParameters) DeepCopyInto(out *RouteTableParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RouteTableSpec

type RouteTableSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     RouteTableParameters `json:"forProvider"`
}

RouteTableSpec defines the desired state of RouteTable

func (*RouteTableSpec) DeepCopy

func (in *RouteTableSpec) DeepCopy() *RouteTableSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableSpec.

func (*RouteTableSpec) DeepCopyInto

func (in *RouteTableSpec) DeepCopyInto(out *RouteTableSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RouteTableStatus

type RouteTableStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        RouteTableObservation `json:"atProvider,omitempty"`
}

RouteTableStatus defines the observed state of RouteTable.

func (*RouteTableStatus) DeepCopy

func (in *RouteTableStatus) DeepCopy() *RouteTableStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RouteTableStatus.

func (*RouteTableStatus) DeepCopyInto

func (in *RouteTableStatus) DeepCopyInto(out *RouteTableStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RoutesObservation

type RoutesObservation struct {
	CreationMethod *string `json:"creationMethod,omitempty" tf:"creation_method,omitempty"`

	DestinationIPRange *string `json:"destinationIpRange,omitempty" tf:"destination_ip_range,omitempty"`

	DestinationServiceID *string `json:"destinationServiceId,omitempty" tf:"destination_service_id,omitempty"`

	GatewayID *string `json:"gatewayId,omitempty" tf:"gateway_id,omitempty"`

	NATServiceID *string `json:"natServiceId,omitempty" tf:"nat_service_id,omitempty"`

	NetAccessPointID *string `json:"netAccessPointId,omitempty" tf:"net_access_point_id,omitempty"`

	NetPeeringID *string `json:"netPeeringId,omitempty" tf:"net_peering_id,omitempty"`

	NicID *string `json:"nicId,omitempty" tf:"nic_id,omitempty"`

	State *string `json:"state,omitempty" tf:"state,omitempty"`

	VMAccountID *string `json:"vmAccountId,omitempty" tf:"vm_account_id,omitempty"`

	VMID *string `json:"vmId,omitempty" tf:"vm_id,omitempty"`
}

func (*RoutesObservation) DeepCopy

func (in *RoutesObservation) DeepCopy() *RoutesObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RoutesObservation.

func (*RoutesObservation) DeepCopyInto

func (in *RoutesObservation) DeepCopyInto(out *RoutesObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type RoutesParameters

type RoutesParameters struct {
}

func (*RoutesParameters) DeepCopy

func (in *RoutesParameters) DeepCopy() *RoutesParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RoutesParameters.

func (*RoutesParameters) DeepCopyInto

func (in *RoutesParameters) DeepCopyInto(out *RoutesParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TagsObservation

type TagsObservation struct {
}

func (*TagsObservation) DeepCopy

func (in *TagsObservation) DeepCopy() *TagsObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagsObservation.

func (*TagsObservation) DeepCopyInto

func (in *TagsObservation) DeepCopyInto(out *TagsObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TagsParameters

type TagsParameters struct {

	// +kubebuilder:validation:Optional
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// +kubebuilder:validation:Optional
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*TagsParameters) DeepCopy

func (in *TagsParameters) DeepCopy() *TagsParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagsParameters.

func (*TagsParameters) DeepCopyInto

func (in *TagsParameters) DeepCopyInto(out *TagsParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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