v1alpha1

package
v0.0.0-...-4b4ec10 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=nsxt_ip_pool_allocation_ip_address.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "nsxt_ip_pool_allocation_ip_address.crossplane.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 (
	IpPoolAllocationIpAddress_Kind             = "IpPoolAllocationIpAddress"
	IpPoolAllocationIpAddress_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: IpPoolAllocationIpAddress_Kind}.String()
	IpPoolAllocationIpAddress_KindAPIVersion   = IpPoolAllocationIpAddress_Kind + "." + CRDGroupVersion.String()
	IpPoolAllocationIpAddress_GroupVersionKind = CRDGroupVersion.WithKind(IpPoolAllocationIpAddress_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type IpPoolAllocationIpAddress

type IpPoolAllocationIpAddress struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.ipPoolId)",message="ipPoolId is a required parameter"
	Spec   IpPoolAllocationIpAddressSpec   `json:"spec"`
	Status IpPoolAllocationIpAddressStatus `json:"status,omitempty"`
}

IpPoolAllocationIpAddress is the Schema for the IpPoolAllocationIpAddresss 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,nsxt}

func (*IpPoolAllocationIpAddress) GetCondition

GetCondition of this IpPoolAllocationIpAddress.

func (*IpPoolAllocationIpAddress) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this IpPoolAllocationIpAddress

func (*IpPoolAllocationIpAddress) GetDeletionPolicy

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

GetDeletionPolicy of this IpPoolAllocationIpAddress.

func (*IpPoolAllocationIpAddress) GetID

func (tr *IpPoolAllocationIpAddress) GetID() string

GetID returns ID of underlying Terraform resource of this IpPoolAllocationIpAddress

func (*IpPoolAllocationIpAddress) GetManagementPolicy

func (mg *IpPoolAllocationIpAddress) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this IpPoolAllocationIpAddress.

func (*IpPoolAllocationIpAddress) GetObservation

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

GetObservation of this IpPoolAllocationIpAddress

func (*IpPoolAllocationIpAddress) GetParameters

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

GetParameters of this IpPoolAllocationIpAddress

func (*IpPoolAllocationIpAddress) GetProviderConfigReference

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

GetProviderConfigReference of this IpPoolAllocationIpAddress.

func (*IpPoolAllocationIpAddress) GetProviderReference

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

GetProviderReference of this IpPoolAllocationIpAddress. Deprecated: Use GetProviderConfigReference.

func (*IpPoolAllocationIpAddress) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this IpPoolAllocationIpAddress.

func (*IpPoolAllocationIpAddress) GetTerraformResourceType

func (mg *IpPoolAllocationIpAddress) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this IpPoolAllocationIpAddress

func (*IpPoolAllocationIpAddress) GetTerraformSchemaVersion

func (tr *IpPoolAllocationIpAddress) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*IpPoolAllocationIpAddress) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this IpPoolAllocationIpAddress.

func (*IpPoolAllocationIpAddress) LateInitialize

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

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

func (*IpPoolAllocationIpAddress) SetConditions

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

SetConditions of this IpPoolAllocationIpAddress.

func (*IpPoolAllocationIpAddress) SetDeletionPolicy

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

SetDeletionPolicy of this IpPoolAllocationIpAddress.

func (*IpPoolAllocationIpAddress) SetManagementPolicy

func (mg *IpPoolAllocationIpAddress) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this IpPoolAllocationIpAddress.

func (*IpPoolAllocationIpAddress) SetObservation

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

SetObservation for this IpPoolAllocationIpAddress

func (*IpPoolAllocationIpAddress) SetParameters

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

SetParameters for this IpPoolAllocationIpAddress

func (*IpPoolAllocationIpAddress) SetProviderConfigReference

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

SetProviderConfigReference of this IpPoolAllocationIpAddress.

func (*IpPoolAllocationIpAddress) SetProviderReference

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

SetProviderReference of this IpPoolAllocationIpAddress. Deprecated: Use SetProviderConfigReference.

func (*IpPoolAllocationIpAddress) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this IpPoolAllocationIpAddress.

func (*IpPoolAllocationIpAddress) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this IpPoolAllocationIpAddress.

type IpPoolAllocationIpAddressList

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

IpPoolAllocationIpAddressList contains a list of IpPoolAllocationIpAddresss

func (*IpPoolAllocationIpAddressList) GetItems

GetItems of this IpPoolAllocationIpAddressList.

type IpPoolAllocationIpAddressObservation

type IpPoolAllocationIpAddressObservation struct {

	// IP Address that is allocated from the pool
	AllocationID *string `json:"allocationId,omitempty" tf:"allocation_id,omitempty"`

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

	// ID of IP pool that allocation belongs to
	IPPoolID *string `json:"ipPoolId,omitempty" tf:"ip_pool_id,omitempty"`
}

type IpPoolAllocationIpAddressParameters

type IpPoolAllocationIpAddressParameters struct {

	// IP Address that is allocated from the pool
	// +kubebuilder:validation:Optional
	AllocationID *string `json:"allocationId,omitempty" tf:"allocation_id,omitempty"`

	// ID of IP pool that allocation belongs to
	// +kubebuilder:validation:Optional
	IPPoolID *string `json:"ipPoolId,omitempty" tf:"ip_pool_id,omitempty"`
}

type IpPoolAllocationIpAddressSpec

type IpPoolAllocationIpAddressSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     IpPoolAllocationIpAddressParameters `json:"forProvider"`
}

IpPoolAllocationIpAddressSpec defines the desired state of IpPoolAllocationIpAddress

type IpPoolAllocationIpAddressStatus

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

IpPoolAllocationIpAddressStatus defines the observed state of IpPoolAllocationIpAddress.

Jump to

Keyboard shortcuts

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