v1alpha1

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=pcn.ovh.edixos.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "pcn.ovh.edixos.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 (
	ProjectNetworkPrivate_Kind             = "ProjectNetworkPrivate"
	ProjectNetworkPrivate_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ProjectNetworkPrivate_Kind}.String()
	ProjectNetworkPrivate_KindAPIVersion   = ProjectNetworkPrivate_Kind + "." + CRDGroupVersion.String()
	ProjectNetworkPrivate_GroupVersionKind = CRDGroupVersion.WithKind(ProjectNetworkPrivate_Kind)
)

Repository type metadata.

View Source
var (
	ProjectNetworkPrivateSubnet_Kind             = "ProjectNetworkPrivateSubnet"
	ProjectNetworkPrivateSubnet_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ProjectNetworkPrivateSubnet_Kind}.String()
	ProjectNetworkPrivateSubnet_KindAPIVersion   = ProjectNetworkPrivateSubnet_Kind + "." + CRDGroupVersion.String()
	ProjectNetworkPrivateSubnet_GroupVersionKind = CRDGroupVersion.WithKind(ProjectNetworkPrivateSubnet_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type IPPoolsInitParameters

type IPPoolsInitParameters struct {
}

func (*IPPoolsInitParameters) DeepCopy

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

func (*IPPoolsInitParameters) DeepCopyInto

func (in *IPPoolsInitParameters) DeepCopyInto(out *IPPoolsInitParameters)

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

type IPPoolsObservation

type IPPoolsObservation struct {
	DHCP *bool `json:"dhcp,omitempty" tf:"dhcp,omitempty"`

	End *string `json:"end,omitempty" tf:"end,omitempty"`

	Network *string `json:"network,omitempty" tf:"network,omitempty"`

	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*IPPoolsObservation) DeepCopy

func (in *IPPoolsObservation) DeepCopy() *IPPoolsObservation

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

func (*IPPoolsObservation) DeepCopyInto

func (in *IPPoolsObservation) DeepCopyInto(out *IPPoolsObservation)

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

type IPPoolsParameters

type IPPoolsParameters struct {
}

func (*IPPoolsParameters) DeepCopy

func (in *IPPoolsParameters) DeepCopy() *IPPoolsParameters

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

func (*IPPoolsParameters) DeepCopyInto

func (in *IPPoolsParameters) DeepCopyInto(out *IPPoolsParameters)

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

type ProjectNetworkPrivate

type ProjectNetworkPrivate struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.serviceName) || (has(self.initProvider) && has(self.initProvider.serviceName))",message="spec.forProvider.serviceName is a required parameter"
	Spec   ProjectNetworkPrivateSpec   `json:"spec"`
	Status ProjectNetworkPrivateStatus `json:"status,omitempty"`
}

ProjectNetworkPrivate is the Schema for the ProjectNetworkPrivates 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,ovh}

func (*ProjectNetworkPrivate) DeepCopy

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

func (*ProjectNetworkPrivate) DeepCopyInto

func (in *ProjectNetworkPrivate) DeepCopyInto(out *ProjectNetworkPrivate)

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

func (*ProjectNetworkPrivate) DeepCopyObject

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

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

func (*ProjectNetworkPrivate) GetCondition

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

GetCondition of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) GetDeletionPolicy

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

GetDeletionPolicy of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) GetID

func (tr *ProjectNetworkPrivate) GetID() string

GetID returns ID of underlying Terraform resource of this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) GetInitParameters

func (tr *ProjectNetworkPrivate) GetInitParameters() (map[string]any, error)

GetInitParameters of this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) GetManagementPolicies

func (mg *ProjectNetworkPrivate) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) GetObservation

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

GetObservation of this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) GetParameters

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

GetParameters of this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) GetProviderConfigReference

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

GetProviderConfigReference of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) GetTerraformResourceType

func (mg *ProjectNetworkPrivate) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) GetTerraformSchemaVersion

func (tr *ProjectNetworkPrivate) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ProjectNetworkPrivate) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) LateInitialize

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

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

func (*ProjectNetworkPrivate) SetConditions

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

SetConditions of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) SetDeletionPolicy

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

SetDeletionPolicy of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) SetManagementPolicies

func (mg *ProjectNetworkPrivate) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) SetObservation

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

SetObservation for this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) SetParameters

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

SetParameters for this ProjectNetworkPrivate

func (*ProjectNetworkPrivate) SetProviderConfigReference

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

SetProviderConfigReference of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ProjectNetworkPrivate.

func (*ProjectNetworkPrivate) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ProjectNetworkPrivate.

type ProjectNetworkPrivateInitParameters

type ProjectNetworkPrivateInitParameters struct {
	Regions []*string `json:"regions,omitempty" tf:"regions,omitempty"`

	// Service name of the resource representing the id of the cloud project.
	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`

	VlanID *float64 `json:"vlanId,omitempty" tf:"vlan_id,omitempty"`
}

func (*ProjectNetworkPrivateInitParameters) DeepCopy

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

func (*ProjectNetworkPrivateInitParameters) DeepCopyInto

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

type ProjectNetworkPrivateList

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

ProjectNetworkPrivateList contains a list of ProjectNetworkPrivates

func (*ProjectNetworkPrivateList) DeepCopy

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

func (*ProjectNetworkPrivateList) DeepCopyInto

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

func (*ProjectNetworkPrivateList) DeepCopyObject

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

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

func (*ProjectNetworkPrivateList) GetItems

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

GetItems of this ProjectNetworkPrivateList.

type ProjectNetworkPrivateObservation

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

	Regions []*string `json:"regions,omitempty" tf:"regions,omitempty"`

	RegionsAttributes []RegionsAttributesObservation `json:"regionsAttributes,omitempty" tf:"regions_attributes,omitempty"`

	RegionsStatus []RegionsStatusObservation `json:"regionsStatus,omitempty" tf:"regions_status,omitempty"`

	// Service name of the resource representing the id of the cloud project.
	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`

	Status *string `json:"status,omitempty" tf:"status,omitempty"`

	Type *string `json:"type,omitempty" tf:"type,omitempty"`

	VlanID *float64 `json:"vlanId,omitempty" tf:"vlan_id,omitempty"`
}

func (*ProjectNetworkPrivateObservation) DeepCopy

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

func (*ProjectNetworkPrivateObservation) DeepCopyInto

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

type ProjectNetworkPrivateParameters

type ProjectNetworkPrivateParameters struct {

	// +kubebuilder:validation:Optional
	Regions []*string `json:"regions,omitempty" tf:"regions,omitempty"`

	// Service name of the resource representing the id of the cloud project.
	// +kubebuilder:validation:Optional
	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`

	// +kubebuilder:validation:Optional
	VlanID *float64 `json:"vlanId,omitempty" tf:"vlan_id,omitempty"`
}

func (*ProjectNetworkPrivateParameters) DeepCopy

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

func (*ProjectNetworkPrivateParameters) DeepCopyInto

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

type ProjectNetworkPrivateSpec

type ProjectNetworkPrivateSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ProjectNetworkPrivateParameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider ProjectNetworkPrivateInitParameters `json:"initProvider,omitempty"`
}

ProjectNetworkPrivateSpec defines the desired state of ProjectNetworkPrivate

func (*ProjectNetworkPrivateSpec) DeepCopy

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

func (*ProjectNetworkPrivateSpec) DeepCopyInto

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

type ProjectNetworkPrivateStatus

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

ProjectNetworkPrivateStatus defines the observed state of ProjectNetworkPrivate.

func (*ProjectNetworkPrivateStatus) DeepCopy

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

func (*ProjectNetworkPrivateStatus) DeepCopyInto

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

type ProjectNetworkPrivateSubnet

type ProjectNetworkPrivateSubnet struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.end) || (has(self.initProvider) && has(self.initProvider.end))",message="spec.forProvider.end is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.network) || (has(self.initProvider) && has(self.initProvider.network))",message="spec.forProvider.network is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.networkId) || (has(self.initProvider) && has(self.initProvider.networkId))",message="spec.forProvider.networkId is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.region) || (has(self.initProvider) && has(self.initProvider.region))",message="spec.forProvider.region is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.serviceName) || (has(self.initProvider) && has(self.initProvider.serviceName))",message="spec.forProvider.serviceName is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.start) || (has(self.initProvider) && has(self.initProvider.start))",message="spec.forProvider.start is a required parameter"
	Spec   ProjectNetworkPrivateSubnetSpec   `json:"spec"`
	Status ProjectNetworkPrivateSubnetStatus `json:"status,omitempty"`
}

ProjectNetworkPrivateSubnet is the Schema for the ProjectNetworkPrivateSubnets 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,ovh}

func (*ProjectNetworkPrivateSubnet) DeepCopy

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

func (*ProjectNetworkPrivateSubnet) DeepCopyInto

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

func (*ProjectNetworkPrivateSubnet) DeepCopyObject

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

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

func (*ProjectNetworkPrivateSubnet) GetCondition

GetCondition of this ProjectNetworkPrivateSubnet.

func (*ProjectNetworkPrivateSubnet) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ProjectNetworkPrivateSubnet

func (*ProjectNetworkPrivateSubnet) GetDeletionPolicy

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

GetDeletionPolicy of this ProjectNetworkPrivateSubnet.

func (*ProjectNetworkPrivateSubnet) GetID

func (tr *ProjectNetworkPrivateSubnet) GetID() string

GetID returns ID of underlying Terraform resource of this ProjectNetworkPrivateSubnet

func (*ProjectNetworkPrivateSubnet) GetInitParameters

func (tr *ProjectNetworkPrivateSubnet) GetInitParameters() (map[string]any, error)

GetInitParameters of this ProjectNetworkPrivateSubnet

func (*ProjectNetworkPrivateSubnet) GetManagementPolicies

func (mg *ProjectNetworkPrivateSubnet) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this ProjectNetworkPrivateSubnet.

func (*ProjectNetworkPrivateSubnet) GetObservation

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

GetObservation of this ProjectNetworkPrivateSubnet

func (*ProjectNetworkPrivateSubnet) GetParameters

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

GetParameters of this ProjectNetworkPrivateSubnet

func (*ProjectNetworkPrivateSubnet) GetProviderConfigReference

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

GetProviderConfigReference of this ProjectNetworkPrivateSubnet.

func (*ProjectNetworkPrivateSubnet) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ProjectNetworkPrivateSubnet.

func (*ProjectNetworkPrivateSubnet) GetTerraformResourceType

func (mg *ProjectNetworkPrivateSubnet) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ProjectNetworkPrivateSubnet

func (*ProjectNetworkPrivateSubnet) GetTerraformSchemaVersion

func (tr *ProjectNetworkPrivateSubnet) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ProjectNetworkPrivateSubnet) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ProjectNetworkPrivateSubnet.

func (*ProjectNetworkPrivateSubnet) LateInitialize

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

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

func (*ProjectNetworkPrivateSubnet) SetConditions

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

SetConditions of this ProjectNetworkPrivateSubnet.

func (*ProjectNetworkPrivateSubnet) SetDeletionPolicy

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

SetDeletionPolicy of this ProjectNetworkPrivateSubnet.

func (*ProjectNetworkPrivateSubnet) SetManagementPolicies

func (mg *ProjectNetworkPrivateSubnet) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this ProjectNetworkPrivateSubnet.

func (*ProjectNetworkPrivateSubnet) SetObservation

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

SetObservation for this ProjectNetworkPrivateSubnet

func (*ProjectNetworkPrivateSubnet) SetParameters

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

SetParameters for this ProjectNetworkPrivateSubnet

func (*ProjectNetworkPrivateSubnet) SetProviderConfigReference

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

SetProviderConfigReference of this ProjectNetworkPrivateSubnet.

func (*ProjectNetworkPrivateSubnet) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ProjectNetworkPrivateSubnet.

func (*ProjectNetworkPrivateSubnet) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ProjectNetworkPrivateSubnet.

type ProjectNetworkPrivateSubnetInitParameters

type ProjectNetworkPrivateSubnetInitParameters struct {
	DHCP *bool `json:"dhcp,omitempty" tf:"dhcp,omitempty"`

	End *string `json:"end,omitempty" tf:"end,omitempty"`

	Network *string `json:"network,omitempty" tf:"network,omitempty"`

	NetworkID *string `json:"networkId,omitempty" tf:"network_id,omitempty"`

	NoGateway *bool `json:"noGateway,omitempty" tf:"no_gateway,omitempty"`

	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Service name of the resource representing the id of the cloud project.
	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`

	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ProjectNetworkPrivateSubnetInitParameters) DeepCopy

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

func (*ProjectNetworkPrivateSubnetInitParameters) DeepCopyInto

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

type ProjectNetworkPrivateSubnetList

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

ProjectNetworkPrivateSubnetList contains a list of ProjectNetworkPrivateSubnets

func (*ProjectNetworkPrivateSubnetList) DeepCopy

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

func (*ProjectNetworkPrivateSubnetList) DeepCopyInto

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

func (*ProjectNetworkPrivateSubnetList) DeepCopyObject

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

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

func (*ProjectNetworkPrivateSubnetList) GetItems

GetItems of this ProjectNetworkPrivateSubnetList.

type ProjectNetworkPrivateSubnetObservation

type ProjectNetworkPrivateSubnetObservation struct {
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`

	DHCP *bool `json:"dhcp,omitempty" tf:"dhcp,omitempty"`

	End *string `json:"end,omitempty" tf:"end,omitempty"`

	GatewayIP *string `json:"gatewayIp,omitempty" tf:"gateway_ip,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	IPPools []IPPoolsObservation `json:"ipPools,omitempty" tf:"ip_pools,omitempty"`

	Network *string `json:"network,omitempty" tf:"network,omitempty"`

	NetworkID *string `json:"networkId,omitempty" tf:"network_id,omitempty"`

	NoGateway *bool `json:"noGateway,omitempty" tf:"no_gateway,omitempty"`

	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Service name of the resource representing the id of the cloud project.
	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`

	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ProjectNetworkPrivateSubnetObservation) DeepCopy

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

func (*ProjectNetworkPrivateSubnetObservation) DeepCopyInto

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

type ProjectNetworkPrivateSubnetParameters

type ProjectNetworkPrivateSubnetParameters struct {

	// +kubebuilder:validation:Optional
	DHCP *bool `json:"dhcp,omitempty" tf:"dhcp,omitempty"`

	// +kubebuilder:validation:Optional
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// +kubebuilder:validation:Optional
	Network *string `json:"network,omitempty" tf:"network,omitempty"`

	// +kubebuilder:validation:Optional
	NetworkID *string `json:"networkId,omitempty" tf:"network_id,omitempty"`

	// +kubebuilder:validation:Optional
	NoGateway *bool `json:"noGateway,omitempty" tf:"no_gateway,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// Service name of the resource representing the id of the cloud project.
	// +kubebuilder:validation:Optional
	ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"`

	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ProjectNetworkPrivateSubnetParameters) DeepCopy

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

func (*ProjectNetworkPrivateSubnetParameters) DeepCopyInto

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

type ProjectNetworkPrivateSubnetSpec

type ProjectNetworkPrivateSubnetSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ProjectNetworkPrivateSubnetParameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider ProjectNetworkPrivateSubnetInitParameters `json:"initProvider,omitempty"`
}

ProjectNetworkPrivateSubnetSpec defines the desired state of ProjectNetworkPrivateSubnet

func (*ProjectNetworkPrivateSubnetSpec) DeepCopy

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

func (*ProjectNetworkPrivateSubnetSpec) DeepCopyInto

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

type ProjectNetworkPrivateSubnetStatus

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

ProjectNetworkPrivateSubnetStatus defines the observed state of ProjectNetworkPrivateSubnet.

func (*ProjectNetworkPrivateSubnetStatus) DeepCopy

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

func (*ProjectNetworkPrivateSubnetStatus) DeepCopyInto

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

type RegionsAttributesInitParameters

type RegionsAttributesInitParameters struct {
}

func (*RegionsAttributesInitParameters) DeepCopy

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

func (*RegionsAttributesInitParameters) DeepCopyInto

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

type RegionsAttributesObservation

type RegionsAttributesObservation struct {
	Openstackid *string `json:"openstackid,omitempty" tf:"openstackid,omitempty"`

	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	Status *string `json:"status,omitempty" tf:"status,omitempty"`
}

func (*RegionsAttributesObservation) DeepCopy

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

func (*RegionsAttributesObservation) DeepCopyInto

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

type RegionsAttributesParameters

type RegionsAttributesParameters struct {
}

func (*RegionsAttributesParameters) DeepCopy

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

func (*RegionsAttributesParameters) DeepCopyInto

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

type RegionsStatusInitParameters

type RegionsStatusInitParameters struct {
}

func (*RegionsStatusInitParameters) DeepCopy

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

func (*RegionsStatusInitParameters) DeepCopyInto

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

type RegionsStatusObservation

type RegionsStatusObservation struct {
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	Status *string `json:"status,omitempty" tf:"status,omitempty"`
}

func (*RegionsStatusObservation) DeepCopy

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

func (*RegionsStatusObservation) DeepCopyInto

func (in *RegionsStatusObservation) DeepCopyInto(out *RegionsStatusObservation)

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

type RegionsStatusParameters

type RegionsStatusParameters struct {
}

func (*RegionsStatusParameters) DeepCopy

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

func (*RegionsStatusParameters) DeepCopyInto

func (in *RegionsStatusParameters) DeepCopyInto(out *RegionsStatusParameters)

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