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_policy_ipsec_vpn_ike_profile.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "nsxt_policy_ipsec_vpn_ike_profile.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 (
	PolicyIpsecVpnIkeProfile_Kind             = "PolicyIpsecVpnIkeProfile"
	PolicyIpsecVpnIkeProfile_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: PolicyIpsecVpnIkeProfile_Kind}.String()
	PolicyIpsecVpnIkeProfile_KindAPIVersion   = PolicyIpsecVpnIkeProfile_Kind + "." + CRDGroupVersion.String()
	PolicyIpsecVpnIkeProfile_GroupVersionKind = CRDGroupVersion.WithKind(PolicyIpsecVpnIkeProfile_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type PolicyIpsecVpnIkeProfile

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

PolicyIpsecVpnIkeProfile is the Schema for the PolicyIpsecVpnIkeProfiles 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 (*PolicyIpsecVpnIkeProfile) GetCondition

GetCondition of this PolicyIpsecVpnIkeProfile.

func (*PolicyIpsecVpnIkeProfile) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this PolicyIpsecVpnIkeProfile

func (*PolicyIpsecVpnIkeProfile) GetDeletionPolicy

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

GetDeletionPolicy of this PolicyIpsecVpnIkeProfile.

func (*PolicyIpsecVpnIkeProfile) GetID

func (tr *PolicyIpsecVpnIkeProfile) GetID() string

GetID returns ID of underlying Terraform resource of this PolicyIpsecVpnIkeProfile

func (*PolicyIpsecVpnIkeProfile) GetManagementPolicy

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

GetManagementPolicy of this PolicyIpsecVpnIkeProfile.

func (*PolicyIpsecVpnIkeProfile) GetObservation

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

GetObservation of this PolicyIpsecVpnIkeProfile

func (*PolicyIpsecVpnIkeProfile) GetParameters

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

GetParameters of this PolicyIpsecVpnIkeProfile

func (*PolicyIpsecVpnIkeProfile) GetProviderConfigReference

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

GetProviderConfigReference of this PolicyIpsecVpnIkeProfile.

func (*PolicyIpsecVpnIkeProfile) GetProviderReference

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

GetProviderReference of this PolicyIpsecVpnIkeProfile. Deprecated: Use GetProviderConfigReference.

func (*PolicyIpsecVpnIkeProfile) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this PolicyIpsecVpnIkeProfile.

func (*PolicyIpsecVpnIkeProfile) GetTerraformResourceType

func (mg *PolicyIpsecVpnIkeProfile) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this PolicyIpsecVpnIkeProfile

func (*PolicyIpsecVpnIkeProfile) GetTerraformSchemaVersion

func (tr *PolicyIpsecVpnIkeProfile) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*PolicyIpsecVpnIkeProfile) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this PolicyIpsecVpnIkeProfile.

func (*PolicyIpsecVpnIkeProfile) LateInitialize

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

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

func (*PolicyIpsecVpnIkeProfile) SetConditions

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

SetConditions of this PolicyIpsecVpnIkeProfile.

func (*PolicyIpsecVpnIkeProfile) SetDeletionPolicy

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

SetDeletionPolicy of this PolicyIpsecVpnIkeProfile.

func (*PolicyIpsecVpnIkeProfile) SetManagementPolicy

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

SetManagementPolicy of this PolicyIpsecVpnIkeProfile.

func (*PolicyIpsecVpnIkeProfile) SetObservation

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

SetObservation for this PolicyIpsecVpnIkeProfile

func (*PolicyIpsecVpnIkeProfile) SetParameters

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

SetParameters for this PolicyIpsecVpnIkeProfile

func (*PolicyIpsecVpnIkeProfile) SetProviderConfigReference

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

SetProviderConfigReference of this PolicyIpsecVpnIkeProfile.

func (*PolicyIpsecVpnIkeProfile) SetProviderReference

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

SetProviderReference of this PolicyIpsecVpnIkeProfile. Deprecated: Use SetProviderConfigReference.

func (*PolicyIpsecVpnIkeProfile) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this PolicyIpsecVpnIkeProfile.

func (*PolicyIpsecVpnIkeProfile) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this PolicyIpsecVpnIkeProfile.

type PolicyIpsecVpnIkeProfileList

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

PolicyIpsecVpnIkeProfileList contains a list of PolicyIpsecVpnIkeProfiles

func (*PolicyIpsecVpnIkeProfileList) GetItems

GetItems of this PolicyIpsecVpnIkeProfileList.

type PolicyIpsecVpnIkeProfileObservation

type PolicyIpsecVpnIkeProfileObservation struct {

	// Description for this resource
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	DhGroups []*string `json:"dhGroups,omitempty" tf:"dh_groups,omitempty"`

	DigestAlgorithms []*string `json:"digestAlgorithms,omitempty" tf:"digest_algorithms,omitempty"`

	// Display name for this resource
	DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"`

	EncryptionAlgorithms []*string `json:"encryptionAlgorithms,omitempty" tf:"encryption_algorithms,omitempty"`

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

	IkeVersion *string `json:"ikeVersion,omitempty" tf:"ike_version,omitempty"`

	// NSX ID for this resource
	NsxID *string `json:"nsxId,omitempty" tf:"nsx_id,omitempty"`

	// Policy path for this resource
	Path *string `json:"path,omitempty" tf:"path,omitempty"`

	// The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected
	Revision *float64 `json:"revision,omitempty" tf:"revision,omitempty"`

	SaLifeTime *float64 `json:"saLifeTime,omitempty" tf:"sa_life_time,omitempty"`

	// Set of opaque identifiers meaningful to the user
	Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"`
}

type PolicyIpsecVpnIkeProfileParameters

type PolicyIpsecVpnIkeProfileParameters struct {

	// Description for this resource
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// +kubebuilder:validation:Optional
	DhGroups []*string `json:"dhGroups,omitempty" tf:"dh_groups,omitempty"`

	// +kubebuilder:validation:Optional
	DigestAlgorithms []*string `json:"digestAlgorithms,omitempty" tf:"digest_algorithms,omitempty"`

	// Display name for this resource
	// +kubebuilder:validation:Optional
	DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"`

	// +kubebuilder:validation:Optional
	EncryptionAlgorithms []*string `json:"encryptionAlgorithms,omitempty" tf:"encryption_algorithms,omitempty"`

	// +kubebuilder:validation:Optional
	IkeVersion *string `json:"ikeVersion,omitempty" tf:"ike_version,omitempty"`

	// NSX ID for this resource
	// +kubebuilder:validation:Optional
	NsxID *string `json:"nsxId,omitempty" tf:"nsx_id,omitempty"`

	// +kubebuilder:validation:Optional
	SaLifeTime *float64 `json:"saLifeTime,omitempty" tf:"sa_life_time,omitempty"`

	// Set of opaque identifiers meaningful to the user
	// +kubebuilder:validation:Optional
	Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"`
}

type PolicyIpsecVpnIkeProfileSpec

type PolicyIpsecVpnIkeProfileSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     PolicyIpsecVpnIkeProfileParameters `json:"forProvider"`
}

PolicyIpsecVpnIkeProfileSpec defines the desired state of PolicyIpsecVpnIkeProfile

type PolicyIpsecVpnIkeProfileStatus

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

PolicyIpsecVpnIkeProfileStatus defines the observed state of PolicyIpsecVpnIkeProfile.

type TagObservation

type TagObservation struct {
	Scope *string `json:"scope,omitempty" tf:"scope,omitempty"`

	Tag *string `json:"tag,omitempty" tf:"tag,omitempty"`
}

type TagParameters

type TagParameters struct {

	// +kubebuilder:validation:Optional
	Scope *string `json:"scope,omitempty" tf:"scope,omitempty"`

	// +kubebuilder:validation:Optional
	Tag *string `json:"tag,omitempty" tf:"tag,omitempty"`
}

Jump to

Keyboard shortcuts

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